summaryrefslogtreecommitdiff
path: root/queries
AgeCommit message (Expand)Author
2022-04-04indents(ecma): use auto indent on (ERROR)Stephan Seitz
2022-04-04Fixed incorrect Java indentation for method chainingDaniel Woznicki
2022-04-03Add highlighting query for Scss `@for` loopsOmer Tuchfeld
2022-04-03Added true/false to the highlightsOleksii Demennikov
2022-04-03Added injectionsOleksii Demennikov
2022-04-03Added the initial version for the support of rego languageOleksii Demennikov
2022-04-01highlights(python): "from" in yield should be `@keyword.return`Stephan Seitz
2022-04-01highlights(fennel): fix "collect" "icollect" "accumulate"Stephan Seitz
2022-04-01refactor(queries): simplify highlight queries for elvishTobias Frilling
2022-04-01Add elvishTobias Frilling
2022-03-29feat: add vimdoc parser and highlight queriesChristian Clason
2022-03-29r(indents): fix brace_list alignmentPedro Castro
2022-03-28r(highlights): fix default_parameterPedro Castro
2022-03-28r(highlights): add default parameter/argument (#2688)Pedro Castro
2022-03-26highlights: conceal `"` in JSONStephan Seitz
2022-03-24fix(prisma): highlight "type" keywordAlexey Orlenko
2022-03-19injections(r): add commentPedro Castro
2022-03-19Added fix for incorrect CSS indent after closing bracketDaniel Woznicki
2022-03-17highlights(php): argument name as parameterWilman Barrios
2022-03-17Add CooklangAddison Chan
2022-03-16highlights(bash): add operators ">>", "<<"Stephan Seitz
2022-03-16highlight(fish): dollar command substitutionOmar Zeghouani
2022-03-14Highlight markdown `uri_autolink` as `@text.uri`Gustaf Lindstedt
2022-03-12properly bind function names to the parent scopeHarry Gallagher
2022-03-12fix(lua): restore precedence for @variable.builtin and @constant.builtinChristian Clason
2022-03-12Add more indentationsNick Pezza
2022-03-12Dedent on end in ruby filesNick Pezza
2022-03-11highlights(rust): highlight as in <Struct as Trait>::TypeStephan Seitz
2022-03-11Refactor solidity highlights.scm furtherYongJieYongJie
2022-03-11Refactor solidity highlights.scmYongJieYongJie
2022-03-11Add highlights query for SolidityYongJieYongJie
2022-03-07Add slint parser configuration and queries (#2598)Jared Moulton
2022-03-07highlights(vala): Reflect upstream refactorMateus Melchiades
2022-03-02highlights(cpp): Add operator cast highlightFabian Viƶl
2022-03-01Made block comment indent @auto so that new lines line up nicely with existin...Daniel Woznicki
2022-03-01Added catchall (ERROR) @auto rule for Java to at least attempt something reas...Daniel Woznicki
2022-03-01Modified Java indent rules to stop ignoring block comments because javadoc bl...Daniel Woznicki
2022-03-01Added fix for Java interfaces not being indented properlyDaniel Woznicki
2022-02-28parsers: Add todotxt parserArnar Gauti Ingason
2022-02-27fix(gleam): update parser and queriesChristian Clason
2022-02-27fix(latex): update parser and queriesChristian Clason
2022-02-26highlights(php): add namespace aliasing name as typeWilman Barrios
2022-02-26fix(indent): ecma - parenthesized expression indentationMunif Tanjim
2022-02-26fix(indent): ecma - class method indentationMunif Tanjim
2022-02-26highlights(vala): Re-update highlights and lockfileMateus Melchiades
2022-02-25Fixed a bug where indentation was not correct for class/enum bodies that had ...Daniel Woznicki
2022-02-25Fixed a bug where Java enum body indentation was not correctDaniel Woznicki
2022-02-25Added fix for incorrect Java indentation after a closing "}" in a method decl...Daniel Woznicki
2022-02-22Initial attempt at queries/perl/folds.scmPaul "LeoNerd" Evans
2022-02-22Add many perl keywords; highlight on those in preference to structural elementsPaul "LeoNerd" Evans