aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
* highlights(hack): fix typo in "tuple" keywordStephan Seitz2022-04-061-1/+1
* fix(indent/lua): wrong for nested tables due to branch on opening pairsJędrzej Boczar2022-04-061-3/+0
* Inject query into lua for set_query callsConnor Lay (Clay)2022-04-061-0/+5
* highlights(bash): add more builtinsadrian52022-04-041-2/+2
* indents(ecma): use auto indent on (ERROR)Stephan Seitz2022-04-041-0/+2
* Fixed incorrect Java indentation for method chainingDaniel Woznicki2022-04-041-1/+2
* Add highlighting query for Scss `@for` loopsOmer Tuchfeld2022-04-031-2/+12
* Added true/false to the highlightsOleksii Demennikov2022-04-031-0/+2
* Added injectionsOleksii Demennikov2022-04-031-0/+1
* Added the initial version for the support of rego languageOleksii Demennikov2022-04-031-0/+14
* highlights(python): "from" in yield should be `@keyword.return`Stephan Seitz2022-04-011-1/+4
* highlights(fennel): fix "collect" "icollect" "accumulate"Stephan Seitz2022-04-011-2/+8
* refactor(queries): simplify highlight queries for elvishTobias Frilling2022-04-011-20/+11
* Add elvishTobias Frilling2022-04-012-0/+80
* feat: add vimdoc parser and highlight queriesChristian Clason2022-03-291-0/+14
* r(indents): fix brace_list alignmentPedro Castro2022-03-291-4/+1
* r(highlights): fix default_parameterPedro Castro2022-03-281-1/+3
* r(highlights): add default parameter/argument (#2688)Pedro Castro2022-03-281-9/+6
* highlights: conceal `"` in JSONStephan Seitz2022-03-261-0/+2
* fix(prisma): highlight "type" keywordAlexey Orlenko2022-03-241-0/+1
* injections(r): add commentPedro Castro2022-03-191-0/+1
* Added fix for incorrect CSS indent after closing bracketDaniel Woznicki2022-03-191-3/+2
* highlights(php): argument name as parameterWilman Barrios2022-03-171-0/+3
* Add CooklangAddison Chan2022-03-171-0/+22
* highlights(bash): add operators ">>", "<<"Stephan Seitz2022-03-161-0/+2
* highlight(fish): dollar command substitutionOmar Zeghouani2022-03-161-0/+2
* Highlight markdown `uri_autolink` as `@text.uri`Gustaf Lindstedt2022-03-141-1/+4
* properly bind function names to the parent scopeHarry Gallagher2022-03-121-2/+4
* fix(lua): restore precedence for @variable.builtin and @constant.builtinChristian Clason2022-03-121-14/+12
* Add more indentationsNick Pezza2022-03-121-0/+5
* Dedent on end in ruby filesNick Pezza2022-03-121-0/+7
* highlights(rust): highlight as in <Struct as Trait>::TypeStephan Seitz2022-03-111-0/+1
* Refactor solidity highlights.scm furtherYongJieYongJie2022-03-111-19/+30
* Refactor solidity highlights.scmYongJieYongJie2022-03-111-14/+22
* Add highlights query for SolidityYongJieYongJie2022-03-111-0/+193
* Add slint parser configuration and queries (#2598)Jared Moulton2022-03-072-0/+128
* highlights(vala): Reflect upstream refactorMateus Melchiades2022-03-071-9/+19
* highlights(cpp): Add operator cast highlightFabian Viöl2022-03-021-1/+2
* Made block comment indent @auto so that new lines line up nicely with existin...Daniel Woznicki2022-03-011-1/+4
* Added catchall (ERROR) @auto rule for Java to at least attempt something reas...Daniel Woznicki2022-03-011-0/+2
* Modified Java indent rules to stop ignoring block comments because javadoc bl...Daniel Woznicki2022-03-011-1/+1
* Added fix for Java interfaces not being indented properlyDaniel Woznicki2022-03-011-0/+1
* parsers: Add todotxt parserArnar Gauti Ingason2022-02-281-0/+6
* fix(gleam): update parser and queriesChristian Clason2022-02-271-1/+1
* fix(latex): update parser and queriesChristian Clason2022-02-271-6/+6
* highlights(php): add namespace aliasing name as typeWilman Barrios2022-02-261-0/+1
* fix(indent): ecma - parenthesized expression indentationMunif Tanjim2022-02-261-0/+1
* fix(indent): ecma - class method indentationMunif Tanjim2022-02-261-1/+0
* highlights(vala): Re-update highlights and lockfileMateus Melchiades2022-02-261-28/+18
* Fixed a bug where indentation was not correct for class/enum bodies that had ...Daniel Woznicki2022-02-251-2/+0