summaryrefslogtreecommitdiff
path: root/queries
AgeCommit message (Expand)Author
2022-02-05indents(c): fix ternaryStephan Seitz
2022-02-05injections(yaml): inject at command list for Gitlab scriptStephan Seitz
2022-02-05injections(yaml): injection on Gitlab's before_script/after_scriptStephan Seitz
2022-02-05refactor(latex): improve queries (#2457)Christian Clason
2022-02-05Rename capturesUy Ha
2022-02-05Improve `set` queriesUy Ha
2022-02-04injections(latex): add support for minted language injectionStephan Seitz
2022-02-04fix(indent): lua - support `@indent_end` (#2454)Munif Tanjim
2022-02-04chore(latex)!: update parser and queries (#2436)Christian Clason
2022-02-03Updated TLA+ version, queries, maintainers (#2442)Andrew Helwer
2022-02-02verilog highlight: add some keywords, tidy keywords (#2432)Jade Lovelace
2022-01-31Support HEEx slotsClay
2022-01-30highlights(d): highlight ":"Stephan Seitz
2022-01-30highlights(lua): don't highlight arguments as parametersStephan Seitz
2022-01-29highlights(vala): add "=" and ":" to highlightsStephan Seitz
2022-01-29Add brackets to Vala highlightsMateus B. Melchiades
2022-01-29Update Vala highlightsMateus B. Melchiades
2022-01-29Simplify vala highlights.scmMateus B. Melchiades
2022-01-29Vala language supportMateus Melchiades
2022-01-29indents(r): update @indent groupPedro Castro
2022-01-29indents(r): add indents supportPedro Castro
2022-01-29highlights(c/cpp): highlight case labels as constantsStephan Seitz
2022-01-29highlights(c): highlight enum variants as `@constant`Stephan Seitz
2022-01-29highlights(cpp): fix function highlighting of Foo::bar::baz()Stephan Seitz
2022-01-29supercollider: add support for constMads Kjeldgaard
2022-01-29supercollider: update indent query to match upstreamMads Kjeldgaard
2022-01-28folds(c): fold raw `compound_statement`sStephan Seitz
2022-01-28highlights(python): add support for pattern matchingStephan Seitz
2022-01-28highlights(go): highlight `package_identifier` as `@namespace` (#2371)Stephan Seitz
2022-01-28highlights(r): highlight string_escape, change parameter priority and update ...Pedro Castro
2022-01-25update TLA+ revision, add queries for PlusCal (#2344)Vasiliy Morkovkin
2022-01-25Add tree-sitter-eex parser for (L)EEx files (#2351)Clay
2022-01-24folds(c): fold at compound_statementCédric Barreteau
2022-01-24indents(php): align with C indentationStephan Seitz
2022-01-24feat(vim): highlight "higlight" variantsThomas Vigouroux
2022-01-24feat(vim): support syntax commandThomas Vigouroux
2022-01-24feat(indent): Implement basic indent for gdscript.Ryan Roden-Corrent
2022-01-24fix(phpdoc) Improve keyword queryMichael Härtl
2022-01-24Upgrade to HEEx parser 0.3.0Clay
2022-01-24Add new Elixir language injectionsClay
2022-01-24Fix highlights of module attributes and doc sigilsClay
2022-01-22highlights(r): change groups priorityPedro Castro
2022-01-21fix(indent): rust - support newline after closing braceMunif Tanjim
2022-01-21feat(indent): ecma - support common use-casesMunif Tanjim
2022-01-21fix(indent): c/cpp - support newline after closing braceMunif Tanjim
2022-01-21feat(indent): ecma - support try_catch and if_elseMunif Tanjim
2022-01-21feat(indent): support `@aligned_indent` for pythonMunif Tanjim
2022-01-21feat: rewrite indent moduleMunif Tanjim
2022-01-21feat: improve indent moduleMunif Tanjim
2022-01-20parsers: add phpdoc parser (experimental)Michael Härtl