aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
* rust: inject html to html! macrotami52021-06-211-0/+9
* feat: added `self` as builtin keyword for LuaFolke Lemaitre2021-06-171-0/+2
* highlight: add SCSS single_line_commentFarbod Salamat-Zadeh2021-06-151-0/+1
* parsers: add tree-sitter-cudaStephan Seitz2021-06-144-0/+15
* chore(injections): remove duplicated regex injection for jsSteven Sojka2021-06-111-2/+0
* Update ledger highlight queriesCédric Barreteau2021-06-111-6/+11
* Rust: fix macros highlightsSantos Gallegos2021-06-111-7/+10
* c++ highlights: don't capture all identifiers with uppercase initials as typesAlex Chen2021-06-101-4/+0
* Update zig highlightsGregory Anders2021-06-101-1/+7
* fix: assignable selector was removed/hiddenAkin Sowemimo2021-06-061-2/+0
* Fix boolean highlightOmar Zeghouani2021-06-061-1/+2
* Use any_of predicate for builtin functionsOmar Zeghouani2021-06-061-3/+2
* highlights(c_sharp): Add preprocessor directives queriesLuxed2021-06-041-0/+33
* folds(c_sharp): Add basic foldingLuxed2021-06-041-0/+18
* highlights(c_sharp): lots of improvementsLuxed2021-06-041-12/+37
* JSX components with capital first letter highlighted as constructor rather th...napmn2021-06-041-9/+9
* downcase! directive to use with ruby injectionsderekstride2021-06-041-0/+6
* Add regex injection for ElixirDavid Bernheisel2021-06-011-0/+9
* 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