aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
* indents(c): fix ternaryStephan Seitz2022-02-051-1/+0
* injections(yaml): inject at command list for Gitlab scriptStephan Seitz2022-02-051-0/+8
* injections(yaml): injection on Gitlab's before_script/after_scriptStephan Seitz2022-02-051-3/+3
* refactor(latex): improve queries (#2457)Christian Clason2022-02-052-311/+162
* Rename capturesUy Ha2022-02-051-8/+8
* Improve `set` queriesUy Ha2022-02-051-9/+34
* injections(latex): add support for minted language injectionStephan Seitz2022-02-041-0/+6
* fix(indent): lua - support `@indent_end` (#2454)Munif Tanjim2022-02-041-0/+4
* chore(latex)!: update parser and queries (#2436)Christian Clason2022-02-043-204/+195
* Updated TLA+ version, queries, maintainers (#2442)Andrew Helwer2022-02-031-9/+11
* verilog highlight: add some keywords, tidy keywords (#2432)Jade Lovelace2022-02-021-13/+39
* Support HEEx slotsClay2022-01-315-15/+33
* highlights(d): highlight ":"Stephan Seitz2022-01-301-0/+1
* highlights(lua): don't highlight arguments as parametersStephan Seitz2022-01-301-2/+0
* highlights(vala): add "=" and ":" to highlightsStephan Seitz2022-01-291-0/+2
* Add brackets to Vala highlightsMateus B. Melchiades2022-01-291-0/+2
* Update Vala highlightsMateus B. Melchiades2022-01-291-24/+28
* Simplify vala highlights.scmMateus B. Melchiades2022-01-291-176/+73
* Vala language supportMateus Melchiades2022-01-291-0/+387
* indents(r): update @indent groupPedro Castro2022-01-291-1/+3
* indents(r): add indents supportPedro Castro2022-01-291-0/+36
* highlights(c/cpp): highlight case labels as constantsStephan Seitz2022-01-292-0/+4
* highlights(c): highlight enum variants as `@constant`Stephan Seitz2022-01-291-0/+2
* highlights(cpp): fix function highlighting of Foo::bar::baz()Stephan Seitz2022-01-291-0/+10
* supercollider: add support for constMads Kjeldgaard2022-01-291-1/+1
* supercollider: update indent query to match upstreamMads Kjeldgaard2022-01-291-2/+17
* folds(c): fold raw `compound_statement`sStephan Seitz2022-01-281-1/+2
* highlights(python): add support for pattern matchingStephan Seitz2022-01-282-6/+3
* highlights(go): highlight `package_identifier` as `@namespace` (#2371)Stephan Seitz2022-01-281-1/+1
* highlights(r): highlight string_escape, change parameter priority and update ...Pedro Castro2022-01-281-4/+8
* update TLA+ revision, add queries for PlusCal (#2344)Vasiliy Morkovkin2022-01-253-64/+174
* Add tree-sitter-eex parser for (L)EEx files (#2351)Clay2022-01-253-0/+25
* folds(c): fold at compound_statementCédric Barreteau2022-01-241-0/+1
* indents(php): align with C indentationStephan Seitz2022-01-241-3/+2
* feat(vim): highlight "higlight" variantsThomas Vigouroux2022-01-241-0/+8
* feat(vim): support syntax commandThomas Vigouroux2022-01-241-1/+8
* feat(indent): Implement basic indent for gdscript.Ryan Roden-Corrent2022-01-241-0/+24
* fix(phpdoc) Improve keyword queryMichael Härtl2022-01-241-6/+6
* Upgrade to HEEx parser 0.3.0Clay2022-01-244-22/+51
* Add new Elixir language injectionsClay2022-01-241-6/+28
* Fix highlights of module attributes and doc sigilsClay2022-01-241-2/+10
* highlights(r): change groups priorityPedro Castro2022-01-221-16/+17
* fix(indent): rust - support newline after closing braceMunif Tanjim2022-01-211-0/+14
* feat(indent): ecma - support common use-casesMunif Tanjim2022-01-211-12/+28
* fix(indent): c/cpp - support newline after closing braceMunif Tanjim2022-01-211-0/+2
* feat(indent): ecma - support try_catch and if_elseMunif Tanjim2022-01-211-0/+3
* feat(indent): support `@aligned_indent` for pythonMunif Tanjim2022-01-211-3/+14
* feat: rewrite indent moduleMunif Tanjim2022-01-215-19/+51
* feat: improve indent moduleMunif Tanjim2022-01-211-4/+7
* parsers: add phpdoc parser (experimental)Michael Härtl2022-01-202-1/+43