aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* feat: add lalrpop parser (#2524)traxys2022-02-132-0/+62
* indents(php): don't use aligned_indent for phpStephan Seitz2022-02-131-5/+2
* Add missing punctuation in vala's highlightMateus B. Melchiades2022-02-111-0/+4
* Improve Vala syntax highlightMateus Melchiades2022-02-111-5/+6
* Fix Elixir indents to match mix formatConnor Lay (Clay)2022-02-101-7/+12
* highlights(cpp): Highlight method with nested qualified_identifierFabian Viöl2022-02-091-0/+4
* Only allow yaml at start of fileMDeiml2022-02-091-1/+1
* add(vim): add highlight for more keywordsPierrick Guillaume2022-02-081-1/+18
* locals(python): adapt as_pattern to upstream changeStephan Seitz2022-02-071-1/+1
* feat(highlights/julia): Add missing highlights (#2464)Sergio A. Vargas2022-02-071-7/+13
* feat(vim): highlight default parametersZoltán Reegn2022-02-071-1/+2
* indents(lua): make ")" `@indent_endStephan Seitz2022-02-061-0/+2
* fix: Allow re-parsing in Python, XFAIL `\` indentation testStephan Seitz2022-02-061-1/+0
* indents(lua): use `(comment) @auto`Stephan Seitz2022-02-051-1/+0
* indens(c): use (comment) @autoStephan Seitz2022-02-051-4/+1