aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
* 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
* highlights(c): don't highlight type qualifiers in declarations as typesJohn Drouhard2022-01-201-2/+0
* fix(php) match magic and single letter constantsMichael Härtl2022-01-191-1/+3
* feat(lua)!: switch from our fork to MunifTanjim's (#2272)Christian Clason2022-01-185-194/+177
* highlights(swift): add more `@operator`s and `implicit` keywordStephan Seitz2022-01-181-1/+17
* highlights(swift): highlight `"->"` as `@operator`Stephan Seitz2022-01-181-1/+2
* highlights(swift): highlight punctuationStephan Seitz2022-01-181-0/+3
* feat(java)(highlights): add missing highlights for `@type`captainko2022-01-181-0/+6
* highlights(php): detect constructor calls on instantiationMichael Härtl2022-01-171-5/+7
* highlights(cpp): add support for "<=>", "constinit", "consteval"Stephan Seitz2022-01-171-1/+6
* highlights(hack): add keywords implementsStephan Seitz2022-01-171-3/+11