aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix: change folding algorithm to fix Python indentsGeorge Harker2023-03-151-11/+27
* parsers: add tree-sitter-mlir parserRamkumar Ramachandra2023-03-142-0/+342
* feat(thrift): update queries based on upstream changesAmaan Qureshi2023-03-134-112/+148
* fix(ecma): inject properly based on "call_expression" Peter Lamby2023-03-121-3/+6
* feat(lua): add more builtin variables per lua_lsAmaan Qureshi2023-03-111-1/+1
* highlights(cmake): match digits and @ in unquoted argumentsMatthias Vogelgesang2023-03-111-1/+1
* highlights(typescript): `infer`, template literal type & punctuationsAnanda Umamil2023-03-111-0/+13
* refactor(gitconfig): use lua-match instead of matchAmaan Qureshi2023-03-111-1/+4
* feat: add HareAmaan Qureshi2023-03-115-0/+367
* highlights(prql): change `loop` and `case` highlightMatthias Queitsch2023-03-101-2/+4
* feat(julia): add builtin functions & typesAmaan Qureshi2023-03-101-0/+41
* feat(julia): mark begin & end in an index or range expression as `@variable.b...Amaan Qureshi2023-03-101-0/+9
* fix(julia): refactor some operators and punctuationAmaan Qureshi2023-03-101-16/+21
* highlights(prql): update to prql 0.6.0Matthias Queitsch2023-03-101-1/+2
* feat: add gitconfigAmaan Qureshi2023-03-102-0/+46
* fix(gleam): update highlights from upstreamAmaan Qureshi2023-03-103-44/+41
* Partially Revert "fix(ecma): properly capture constants in const declarations"Amaan Qureshi2023-03-101-5/+0
* feat: improve yuck highlightingPhilipp Mildenberger2023-03-091-115/+56
* highlights(sql): add new keywords and datatypesMatthias Queitsch2023-03-081-0/+10
* feat: add SquirrelAmaan Qureshi2023-03-075-0/+468
* feat: add Uxn TalAmaan Qureshi2023-03-075-0/+131
* indents(vue): Update dedent logic for <template>Pham Huy Hoang2023-03-061-1/+1
* fix: Java indent for multiple line arguments (#4449)Daniel Woznicki2023-03-061-1/+0
* indents(vue): fix indents on new line after <template>Pham Huy Hoang2023-03-061-0/+2
* feat: add `@comment.documentation` where applicableAmaan Qureshi2023-03-0532-58/+256
* feat: add `@string.documentation` where applicableAmaan Qureshi2023-03-054-5/+32
* injections(html): fix faulty css/js injectionsPham Huy Hoang2023-03-051-27/+7