aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added test for known indent failure when tree is in broken stateDaniel Woznicki2022-03-011-2/+7
|
* Made block comment indent @auto so that new lines line up nicely with ↵Daniel Woznicki2022-03-013-3/+6
| | | | | | | | | | | | | | existing comment block Previous indentation: /** * */ New indentation: /** * */
* Added test case for broken trees, plus partial test coverageDaniel Woznicki2022-03-012-0/+8
|
* Added catchall (ERROR) @auto rule for Java to at least attempt something ↵Daniel Woznicki2022-03-011-0/+2
| | | | reasonable when the tree is in a broken state
* Modified Java indent rules to stop ignoring block comments because javadoc ↵Daniel Woznicki2022-03-013-1/+7
| | | | blocks were defaulting to indent 0
* Added fix for Java interfaces not being indented properlyDaniel Woznicki2022-03-013-0/+4
|
* Update READMEGithub Actions2022-02-281-0/+1
|
* parsers: Add todotxt parserArnar Gauti Ingason2022-02-282-0/+17
|
* fix(gleam): update parser and queriesChristian Clason2022-02-272-2/+2
|
* fix(latex): update parser and queriesChristian Clason2022-02-272-7/+7
|
* highlights(php): add namespace aliasing name as typeWilman Barrios2022-02-261-0/+1
|
* Update lockfile.jsonGitHub2022-02-261-1/+1
|
* fix(indent): ecma - parenthesized expression indentationMunif Tanjim2022-02-263-0/+21
|
* fix(indent): ecma - class method indentationMunif Tanjim2022-02-263-1/+34
|
* Update lockfile.jsonGitHub2022-02-261-1/+1
|
* highlights(vala): Re-update highlights and lockfileMateus Melchiades2022-02-262-29/+19
|
* Fixed a bug where indentation was not correct for class/enum bodies that had ↵Daniel Woznicki2022-02-254-2/+8
| | | | an annotation
* Fixed a bug where Java enum body indentation was not correctDaniel Woznicki2022-02-253-0/+7
| | | | Added test for Java enum indentation
* Update lockfile.jsonGitHub2022-02-251-1/+1
|
* Removed newline causing sylua lint check to failDaniel Woznicki2022-02-251-1/+0
|
* Added fix for incorrect Java indentation after a closing "}" in a method ↵Daniel Woznicki2022-02-254-0/+36
| | | | | | declaration Added tests for Java indentation, including one for issue 2571
* Update lockfile.json (#2568)github-actions[bot]2022-02-241-1/+1
| | | Co-authored-by: GitHub <noreply@github.com>
* Update lockfile.jsonGitHub2022-02-221-1/+1
|
* 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
|
* Update lockfile.jsonGitHub2022-02-221-1/+1
|
* Update lockfile.jsonGitHub2022-02-211-2/+2
|
* Update lockfile.jsonGitHub2022-02-201-1/+1
|
* highlights(php): highlight use declaration name as typeWilman Barrios2022-02-191-0/+2
|
* refacto: expose a function to set custom capture for the higlighterkiyan2022-02-194-19/+31
| | | | | | | | | BREAKING: deprecate custom_captures from highlight config. This allows plugin authors to extend the map. It also avoids settings user configuration specific values during the highlighter initialization (SOC). Not sure how much value this brings, and might potentially break a lot of people configurations. This is questionable.
* fix(vim): fix highlight for patternPierrick Guillaume2022-02-191-2/+2
| | | | Allow pattern to not contain pattern_multi node to be highlighted
* highlights(php): highlight traits names as typeWilman Barrios2022-02-191-0/+2
|
* ci(tests): download highlight-assertions for faster CIStephan Seitz2022-02-191-18/+3
| | | | This avoids any Rust build dependencies.
* Update lockfile.jsonGitHub2022-02-191-1/+1
|
* fix(latex): update parser and query (#2547)Christian Clason2022-02-192-2/+2
|
* Update lockfile.json (#2535)github-actions[bot]2022-02-161-1/+1
| | | Co-authored-by: GitHub <noreply@github.com>
* fix(latex): some highlight query fixes (#2534)Christian Clason2022-02-161-19/+21
| | | | * add \caption to @function * only highlight contents of curly text groups in references
* Update README (#2532)github-actions[bot]2022-02-151-1/+2
| | | Co-authored-by: Github Actions <actions@github>
* Update lockfile.json (#2530)github-actions[bot]2022-02-151-2/+5
| | | Co-authored-by: GitHub <noreply@github.com>
* Add myself as maintainer of Elixir, Gleam queriesConnor Lay (Clay)2022-02-151-2/+2
|
* Gleam highlight testsConnor Lay (Clay)2022-02-158-4/+290
|
* Gleam indentation testsConnor Lay (Clay)2022-02-1516-0/+239
|
* 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
|
* Add Gleam parserConnor Lay (Clay)2022-02-151-0/+9
|
* ci: rename workflows and jobs to be more consistentDundar Göc2022-02-144-8/+8
|