summaryrefslogtreecommitdiff
path: root/queries
AgeCommit message (Expand)Author
2022-10-06feat(twig): add @spell on commentsgbprod
2022-10-06Fix php indent for short array declarationgbprod
2022-10-05feat(spell) added spell to html-tags textLampros
2022-10-04highlights(proto): highlight optionalMatthias Vogelgesang
2022-10-03Introduce twig parsergbprod
2022-09-29update vimdoc parser and queriesChristian Clason
2022-09-28indents(wgsl): add indents.scmStephan Seitz
2022-09-27haskell/highlights: Match `pattern` as a keywordJade Lovelace
2022-09-26feat(slint): <=> operatorShootingStarDragons
2022-09-26highlights(php): add spellLaytan Laats
2022-09-26feat(spell): support more languagesLewis Russell
2022-09-23feat(comment): highlight `NOTE` as `@text.note` (#3537)Erik Westrup
2022-09-19highlights(elvish): Use `@function.builtin` for operator-like functionsTobias Frilling
2022-09-15fix(ecma injections): jsdoc match /** */ onlyNick Friday
2022-09-14highlights(sql): remove grouped keywordMatthias Queitsch
2022-09-14highlights(sql): removed duplicate keywords, added new keyword, hashingMatthias Queitsch
2022-09-12fix(fold): don't include whitespace end regionsLewis Russell
2022-09-12highlights(lua): add spellLewis Russell
2022-09-12parsers: add blueprint parserGabriele Musco
2022-09-11Add spell queryOmar Zeghouani
2022-09-11highlights(solidity): use `@function.call`/`@method.call`Stephan Seitz
2022-09-11highlights(hack): use `@function.call`/`@method.call`Stephan Seitz
2022-09-11highlights(haskell): use `@function.call`Stephan Seitz
2022-09-11highlights(elvish): use `@function.call`Stephan Seitz
2022-09-11highlights(elvish): use `@operator` for operatorsStephan Seitz
2022-09-11highlights(fish): use `@function.call`Stephan Seitz
2022-09-11highlights(clojure): use `@function.call`Stephan Seitz
2022-09-11highlights(clojure): out-comment TODO queryStephan Seitz
2022-09-11highlights(wgsl): use `@function.call`Stephan Seitz
2022-09-11highlights(ecma): use `@method.call`/`function.call`Stephan Seitz
2022-09-11highlights(c_sharp): use `@method.call`Stephan Seitz
2022-09-10highlights(hlsl): add more reserved modifiersStephan Seitz
2022-09-10highlights(hlsl): add `"globallycoherent"`Stephan Seitz
2022-09-10highlights(css): fix property highlightingStephan Seitz
2022-09-10indents(ecma): make "]" `@indent_end`Stephan Seitz
2022-09-10Add @spell directives for haskellGuillaume Bouchard
2022-09-10feat: add jsonnetCezary Drożak
2022-09-10highlights(phpdoc): check spell within `text`przepompownia
2022-09-10Add global variable highlightingCameron
2022-09-09feat: add tree-sitter-gitattributesObserverOfTime
2022-09-08highlights(sql): missing keyword & marginaliaderekstride
2022-09-08removed duplicated kw, start capturing subtree earlierMatthias Queitsch
2022-09-08change table_expression -> table_referenceMatthias Queitsch
2022-09-08highlights(meson): delimiter and operatorunitAnanda Umamil
2022-09-08feat(viml): bump parser and queriesChristian Clason
2022-09-06feat(spell): upstream spell queries from spellsitterLewis Russell
2022-09-05Add support for menhir (OCaml parser generator)Martin Pépin
2022-09-05highlights(swift): fix for_statement variable declarationAlex Pinkus
2022-09-03make: add substitution_reference @operatorChinmay Dalal
2022-09-02feat(qmljs): booleanShootingStarDragons