aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix: shim 0.9 deprecationsLewis Russell2023-03-241-1/+1
* feat(vue): add tsx/jsx injection queries (#4550)Lucario3872023-03-241-30/+30
* feat(luadoc): add more annotationsAmaan Qureshi2023-03-241-5/+24
* feat(typescript): add various missing function/method capturesAmaan Qureshi2023-03-221-0/+18
* highlights(sql): add new keywords for views and defaultsMatthias Queitsch2023-03-221-0/+6
* feat: add BassAmaan Qureshi2023-03-225-0/+162
* fix(python): add object as `@type.builtin`Anthony Shi2023-03-221-1/+1
* feat(html): injections in <script type>Benny Powers2023-03-221-10/+10
* highlights(proto): make "include"/"package" `@include`Stephan Seitz2023-03-211-2/+5
* fix: revert for solidityZhizhen He2023-03-211-2/+2
* docs: fix typoZhizhen He2023-03-214-5/+5
* comment(highlights): reduce user mention priorityObserverOfTime2023-03-201-1/+2
* feat: add LuadocAmaan Qureshi2023-03-202-0/+137
* queries(lua): add more keywords related to variable/function builtins, debug,...Amaan Qureshi2023-03-201-3/+9
* fix(lua): properly highlight labelsAmaan Qureshi2023-03-201-2/+7
* injections(html): input regex patterns (#4521)Benny Powers2023-03-191-2/+12
* fix: svg injection in ecma tagged literalsBenny Powers2023-03-191-5/+5
* style: alternation in template literal queryBenny Powers2023-03-191-17/+18
* fix(ecma): template literal injectionsBenny Powers2023-03-191-0/+13
* fix(cpp): nullptr should be `@constant.builtin`Amaan Qureshi2023-03-191-1/+1
* feat: add LLVM TableGenAmaan Qureshi2023-03-165-0/+254
* feat(python): add "return" patterns to @indent_endPham Huy Hoang2023-03-161-0/+9
* fix(python): add missing @indent_endPham Huy Hoang2023-03-161-2/+16