aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
* highlights(c_sharp): highlight namespacesStephan Seitz2021-06-011-4/+9
* highlights(c_sharp): add heuristic for type highlightStephan Seitz2021-06-011-0/+4
* highlights(c_sharp): highlight verbatim_string_literalStephan Seitz2021-06-011-0/+1
* highlights(c#): highlight calls of methodsStephan Seitz2021-06-011-2/+6
* highlights(c_sharp): improve highlighting of interpolationsStephan Seitz2021-06-011-6/+2
* Improve check-queries (#1253)Santos Gallegos2021-05-312-6/+8
* Elixir: Highlight `with` as conditionalDaniel Kempkens2021-05-271-1/+1
* highlights(rust): highlight fields with shorthand_field_initializerStephan Seitz2021-05-241-0/+2
* feat(fortran): Support indentationoponkork2021-05-231-0/+27
* feat(fortran): Improve highlightingoponkork2021-05-231-8/+40
* HTML: remove `@combined` from injectionsSantos Gallegos2021-05-231-1/+1
* Rust: highlight constantsSantos Gallegos2021-05-221-1/+3
* indents(c/cpp): let C++ use the C indents and add class_specifierStephan Seitz2021-05-202-15/+7
* feat(dart): add late & required keywordsAkin Sowemimo2021-05-191-0/+2
* fix(php): highlights function call expressionelianiva2021-05-191-0/+3
* fix: uppercase variables being highlighted as typeAkin Sowemimo2021-05-181-8/+11
* feat: replace match with any-ofAkin Sowemimo2021-05-181-1/+21
* fix: remove duplicate type identifier queriesAkin Sowemimo2021-05-181-4/+0
* feat(dart): add async/sync* to highlightsAkin Sowemimo2021-05-181-1/+4
* Refactor highlights and locals queriesDaniel Kempkens2021-05-182-158/+142
* Use #any-of? in localsDaniel Kempkens2021-05-181-3/+3
* Initial Elixir supportDaniel Kempkens2021-05-184-0/+314
* highlights(c/c++): "..." also exists in C (variadic macros)Stephan Seitz2021-05-182-1/+2
* refactor: make html-like languages inherit from single queryelianiva2021-05-177-119/+61
* fish: move `test` to `test_command`Omar Zeghouani2021-05-171-1/+2
* highlights(fortran): `@annotation` -> `@attribute`Stephan Seitz2021-05-171-1/+1
* supercollider: simplify methodMads Kjeldgaard2021-05-171-4/+2
* feat(fish): highlight test_optionThomas Vigouroux2021-05-171-0/+1
* Update queries/commonlisp/highlights.scmStephan Seitz2021-05-171-1/+1
* highlights(commonlisp): use any-of?Stephan Seitz2021-05-171-2/+46
* Clojure: Add folds.scmStephan Seitz2021-05-171-0/+1
* Clojure/Lisp: Add char_lit to highlightsStephan Seitz2021-05-172-1/+3
* Use `@symbol` in clojure in commonlispStephan Seitz2021-05-173-13/+14
* Extend CL highlightsStephan Seitz2021-05-173-31/+64
* Add support for Common LispStephan Seitz2021-05-174-7/+189
* highlights(latex): use any-of?Stephan Seitz2021-05-171-4/+36
* highlights(latex): add more math environmentsStephan Seitz2021-05-171-11/+3
* highlights(latex): add more commandsStephan Seitz2021-05-171-6/+215
* highlights(ecma): use KeywordFunction as a highlight group for functionantonk522021-05-171-1/+4
* Update queries/php/highlights.scmStephan Seitz2021-05-171-2/+2
* highlights/locals(php): rename type_name -> named_typeStephan Seitz2021-05-172-2/+7
* comment: remove `@combined`Omar Zeghouani2021-05-171-1/+1
* Add Julia queriesSergio Alejandro Vargas2021-05-161-0/+11
* Add `do_statement` to lua foldsSergio Alejandro Vargas2021-05-161-0/+1
* highlights(python): use any-of?Stephan Seitz2021-05-161-9/+30
* highlights(latex): fix regexes with backslashesStephan Seitz2021-05-121-4/+4
* highlights(ocaml): add hash and sign operatorsPau Ruiz Safont2021-05-111-0/+2
* Add config for Dockerfile parser (#1288)Camden Cheek2021-05-112-0/+53
* Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos2021-05-0742-46/+41
* Add fish queriesOmar Zeghouani2021-05-075-0/+190