| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added test for known indent failure when tree is in broken state | Daniel Woznicki | 2022-03-01 | 1 | -2/+7 | |
| | | ||||||
| * | Made block comment indent @auto so that new lines line up nicely with ↵ | Daniel Woznicki | 2022-03-01 | 3 | -3/+6 | |
| | | | | | | | | | | | | | | | existing comment block Previous indentation: /** * */ New indentation: /** * */ | |||||
| * | Added test case for broken trees, plus partial test coverage | Daniel Woznicki | 2022-03-01 | 2 | -0/+8 | |
| | | ||||||
| * | Added catchall (ERROR) @auto rule for Java to at least attempt something ↵ | Daniel Woznicki | 2022-03-01 | 1 | -0/+2 | |
| | | | | | reasonable when the tree is in a broken state | |||||
| * | Modified Java indent rules to stop ignoring block comments because javadoc ↵ | Daniel Woznicki | 2022-03-01 | 3 | -1/+7 | |
| | | | | | blocks were defaulting to indent 0 | |||||
| * | Added fix for Java interfaces not being indented properly | Daniel Woznicki | 2022-03-01 | 3 | -0/+4 | |
| | | ||||||
| * | Update README | Github Actions | 2022-02-28 | 1 | -0/+1 | |
| | | ||||||
| * | parsers: Add todotxt parser | Arnar Gauti Ingason | 2022-02-28 | 2 | -0/+17 | |
| | | ||||||
| * | fix(gleam): update parser and queries | Christian Clason | 2022-02-27 | 2 | -2/+2 | |
| | | ||||||
| * | fix(latex): update parser and queries | Christian Clason | 2022-02-27 | 2 | -7/+7 | |
| | | ||||||
| * | highlights(php): add namespace aliasing name as type | Wilman Barrios | 2022-02-26 | 1 | -0/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-02-26 | 1 | -1/+1 | |
| | | ||||||
| * | fix(indent): ecma - parenthesized expression indentation | Munif Tanjim | 2022-02-26 | 3 | -0/+21 | |
| | | ||||||
| * | fix(indent): ecma - class method indentation | Munif Tanjim | 2022-02-26 | 3 | -1/+34 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-02-26 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(vala): Re-update highlights and lockfile | Mateus Melchiades | 2022-02-26 | 2 | -29/+19 | |
| | | ||||||
| * | Fixed a bug where indentation was not correct for class/enum bodies that had ↵ | Daniel Woznicki | 2022-02-25 | 4 | -2/+8 | |
| | | | | | an annotation | |||||
| * | Fixed a bug where Java enum body indentation was not correct | Daniel Woznicki | 2022-02-25 | 3 | -0/+7 | |
| | | | | | Added test for Java enum indentation | |||||
| * | Update lockfile.json | GitHub | 2022-02-25 | 1 | -1/+1 | |
| | | ||||||
| * | Removed newline causing sylua lint check to fail | Daniel Woznicki | 2022-02-25 | 1 | -1/+0 | |
| | | ||||||
| * | Added fix for incorrect Java indentation after a closing "}" in a method ↵ | Daniel Woznicki | 2022-02-25 | 4 | -0/+36 | |
| | | | | | | | declaration Added tests for Java indentation, including one for issue 2571 | |||||
| * | Update lockfile.json (#2568) | github-actions[bot] | 2022-02-24 | 1 | -1/+1 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Update lockfile.json | GitHub | 2022-02-22 | 1 | -1/+1 | |
| | | ||||||
| * | Initial attempt at queries/perl/folds.scm | Paul "LeoNerd" Evans | 2022-02-22 | 1 | -0/+12 | |
| | | ||||||
| * | Add many perl keywords; highlight on those in preference to structural elements | Paul "LeoNerd" Evans | 2022-02-22 | 1 | -79/+87 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-02-22 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-02-21 | 1 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-02-20 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(php): highlight use declaration name as type | Wilman Barrios | 2022-02-19 | 1 | -0/+2 | |
| | | ||||||
| * | refacto: expose a function to set custom capture for the higlighter | kiyan | 2022-02-19 | 4 | -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 pattern | Pierrick Guillaume | 2022-02-19 | 1 | -2/+2 | |
| | | | | | Allow pattern to not contain pattern_multi node to be highlighted | |||||
| * | highlights(php): highlight traits names as type | Wilman Barrios | 2022-02-19 | 1 | -0/+2 | |
| | | ||||||
| * | ci(tests): download highlight-assertions for faster CI | Stephan Seitz | 2022-02-19 | 1 | -18/+3 | |
| | | | | | This avoids any Rust build dependencies. | |||||
| * | Update lockfile.json | GitHub | 2022-02-19 | 1 | -1/+1 | |
| | | ||||||
| * | fix(latex): update parser and query (#2547) | Christian Clason | 2022-02-19 | 2 | -2/+2 | |
| | | ||||||
| * | Update lockfile.json (#2535) | github-actions[bot] | 2022-02-16 | 1 | -1/+1 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | fix(latex): some highlight query fixes (#2534) | Christian Clason | 2022-02-16 | 1 | -19/+21 | |
| | | | | | * add \caption to @function * only highlight contents of curly text groups in references | |||||
| * | Update README (#2532) | github-actions[bot] | 2022-02-15 | 1 | -1/+2 | |
| | | | | Co-authored-by: Github Actions <actions@github> | |||||
| * | Update lockfile.json (#2530) | github-actions[bot] | 2022-02-15 | 1 | -2/+5 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Add myself as maintainer of Elixir, Gleam queries | Connor Lay (Clay) | 2022-02-15 | 1 | -2/+2 | |
| | | ||||||
| * | Gleam highlight tests | Connor Lay (Clay) | 2022-02-15 | 8 | -4/+290 | |
| | | ||||||
| * | Gleam indentation tests | Connor Lay (Clay) | 2022-02-15 | 16 | -0/+239 | |
| | | ||||||
| * | Highlight Gleam bitstrings | Connor Lay (Clay) | 2022-02-15 | 1 | -15/+6 | |
| | | ||||||
| * | Add Gleam injections | Connor Lay (Clay) | 2022-02-15 | 1 | -0/+6 | |
| | | ||||||
| * | Add Gleam indents | Connor Lay (Clay) | 2022-02-15 | 1 | -0/+21 | |
| | | ||||||
| * | Add Gleam folds | Connor Lay (Clay) | 2022-02-15 | 1 | -0/+11 | |
| | | ||||||
| * | Add Gleam locals | Connor Lay (Clay) | 2022-02-15 | 1 | -0/+24 | |
| | | ||||||
| * | Add Gleam highlights | Connor Lay (Clay) | 2022-02-15 | 1 | -0/+167 | |
| | | ||||||
| * | Add Gleam parser | Connor Lay (Clay) | 2022-02-15 | 1 | -0/+9 | |
| | | ||||||
| * | ci: rename workflows and jobs to be more consistent | Dundar Göc | 2022-02-14 | 4 | -8/+8 | |
| | | ||||||
