aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
...
* feat(smali): update queries from upstream parserAmaan Qureshi2023-04-251-8/+38
* injections(lua): highlight vim.api.nvim_exec2smjonas2023-04-241-2/+2
* injections(lua): highlight Lua code in vim.rpcrequest and vim.rpcnotifysmjonas2023-04-241-1/+8
* feat(java): add basic folding (#4701)Pham Huy Hoang2023-04-241-0/+5
* Update ledger highlight queriesCédric Barreteau2023-04-231-4/+20
* perf: remove match where possibleAmaan Qureshi2023-04-2137-113/+104
* fix(c): types are optional in sized_type_specifierAmaan Qureshi2023-04-211-1/+1
* feat(c): highlight parenthesized function pointer decl identifiers as `@funct...Amaan Qureshi2023-04-211-1/+6
* feat(http): update parser queries from upstreamAmaan Qureshi2023-04-202-13/+60
* feat(rust): move some keywords & operators to where they belongAmaan Qureshi2023-04-191-12/+10
* feat(markdown): configured aliases for fenced code block languages (#4659)Benny Powers2023-04-181-3/+6
* refactor(smali): refactor queries from upstreamAmaan Qureshi2023-04-172-20/+13
* fix(ecma): comment should be `@indent.auto` (#4669)Amaan Qureshi2023-04-181-4/+4
* highlights(prql): replace `and` and `or` operatorsMatthias Queitsch2023-04-171-2/+2
* fix(ruby): bare_symbol should be @symbolSerhii Budnik2023-04-171-1/+1
* perf(ecma): remove GraphQL comment injection, use lua-match for gql template ...Amaan Qureshi2023-04-151-5/+6
* feat(cpp): improve function.call to support any level of nesting for qualifie...John Drouhard2023-04-151-33/+68
* fix(php_inject): add missing @combined to textPham Huy Hoang2023-04-141-1/+1
* fix(dart_indent): Fix dart case/default indentPham Huy Hoang2023-04-141-0/+10
* Revert "fix(dart): function argument indents is inconsistent"Robert Brunhage2023-04-131-2/+1
* javascript: highlight more builtinsObserverOfTime2023-04-121-2/+63
* fix(dart): function argument indents is inconsistentRobert Brunhage2023-04-111-1/+2
* refactor(html_inject): use lua-match where possiblePham Huy Hoang2023-04-101-3/+4
* fix(dart): try statement wouldn't indent (#4623)Robert Brunhage2023-04-101-0/+1
* fix(rust): highlight SNAKE_CASE scoped identifier name as @constantJaehwang Jung2023-04-091-0/+3
* feat(markdown_inline): add @nospell where appropriateJaehwang Jung2023-04-081-2/+2
* fix(c_indents): fix expression leaking indentsPham Huy Hoang2023-04-081-1/+7
* feat(cpp): more distinction between function/method declaration and callJaehwang Jung2023-04-081-7/+21
* refactor(html_inject): Use lua-match instead of matchPham Huy Hoang2023-04-081-1/+2
* kotlin: update parser and queriesSaleh Bakra'a2023-04-061-2/+3
* feat(ecma): use lua-match for jsdoc injectionsAmaan Qureshi2023-04-031-1/+1
* fix(scala): Add missing locals definitions for scalaghostbuster912023-04-011-0/+4
* chore(help)!: renamed to vimdocChristian Clason2023-04-012-0/+0
* fix(ruby): then blocks should not be `@conditional`, just "then"Trey Wood2023-03-311-6/+1
* highlights(sql): add `full`, `any` and `some` keywordsMatthias Queitsch2023-03-311-0/+3
* update sql parser and highlightsTrey Wood2023-03-291-0/+1
* docs: fix typosdundargoc2023-03-292-2/+2
* feat(spell): support lisp like languageskawas442023-03-295-9/+13
* feat(perl): update queries from upstream changesAmaan Qureshi2023-03-271-1/+0
* feat: add FIRRTLAmaan Qureshi2023-03-275-0/+246
* feat: add PonyAmaan Qureshi2023-03-275-0/+486
* feat(cpp): simplify namespace query rules now that parser is a bit more consi...John Drouhard2023-03-272-5/+6
* feat(scala): add in local variables queriesChris Kipp2023-03-271-0/+38
* feat(kotlin): update queries from upstream changesAmaan Qureshi2023-03-262-24/+19
* feat(python): add break/continue dedentPham Huy Hoang2023-03-251-0/+5
* feat(python): add match-case indentsPham Huy Hoang2023-03-251-0/+4
* fix: `get_range` shim for playgroundTom van Dijk2023-03-241-1/+1
* use indent.X syntax for captures and properties of set directivesGeorge Harker2023-03-2476-485/+484
* split delimiter into open_delimiter and close_delimiterGeorge Harker2023-03-249-29/+59
* refactor(indent)!: Rework indent, aligned indentGeorge Harker2023-03-241-19/+30