aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed a bug where Java enum body indentation was not correctDaniel Woznicki2022-02-251-0/+2
* Added fix for incorrect Java indentation after a closing "}" in a method decl...Daniel Woznicki2022-02-251-0/+5
* Initial attempt at queries/perl/folds.scmPaul "LeoNerd" Evans2022-02-221-0/+12
* Add many perl keywords; highlight on those in preference to structural elementsPaul "LeoNerd" Evans2022-02-221-79/+87
* highlights(php): highlight use declaration name as typeWilman Barrios2022-02-191-0/+2
* fix(vim): fix highlight for patternPierrick Guillaume2022-02-191-2/+2
* highlights(php): highlight traits names as typeWilman Barrios2022-02-191-0/+2
* fix(latex): update parser and query (#2547)Christian Clason2022-02-191-1/+1
* fix(latex): some highlight query fixes (#2534)Christian Clason2022-02-161-19/+21
* Gleam highlight testsConnor Lay (Clay)2022-02-151-4/+9
* Gleam indentation testsConnor Lay (Clay)2022-02-151-0/+12
* Highlight Gleam bitstringsConnor Lay (Clay)2022-02-151-15/+6
* Add Gleam injectionsConnor Lay (Clay)2022-02-151-0/+6
* Add Gleam indentsConnor Lay (Clay)2022-02-151-0/+21
* Add Gleam foldsConnor Lay (Clay)2022-02-151-0/+11
* Add Gleam localsConnor Lay (Clay)2022-02-151-0/+24
* Add Gleam highlightsConnor Lay (Clay)2022-02-151-0/+167