| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-20 | Update lockfile.json | GitHub | |
| 2022-02-19 | highlights(php): highlight use declaration name as type | Wilman Barrios | |
| 2022-02-19 | refacto: expose a function to set custom capture for the higlighter | kiyan | |
| 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. | |||
| 2022-02-19 | fix(vim): fix highlight for pattern | Pierrick Guillaume | |
| Allow pattern to not contain pattern_multi node to be highlighted | |||
| 2022-02-19 | highlights(php): highlight traits names as type | Wilman Barrios | |
| 2022-02-19 | ci(tests): download highlight-assertions for faster CI | Stephan Seitz | |
| This avoids any Rust build dependencies. | |||
| 2022-02-19 | Update lockfile.json | GitHub | |
| 2022-02-19 | fix(latex): update parser and query (#2547) | Christian Clason | |
| 2022-02-16 | Update lockfile.json (#2535) | github-actions[bot] | |
| Co-authored-by: GitHub <noreply@github.com> | |||
| 2022-02-16 | fix(latex): some highlight query fixes (#2534) | Christian Clason | |
| * add \caption to @function * only highlight contents of curly text groups in references | |||
| 2022-02-15 | Update README (#2532) | github-actions[bot] | |
| Co-authored-by: Github Actions <actions@github> | |||
| 2022-02-15 | Update lockfile.json (#2530) | github-actions[bot] | |
| Co-authored-by: GitHub <noreply@github.com> | |||
| 2022-02-15 | Add myself as maintainer of Elixir, Gleam queries | Connor Lay (Clay) | |
| 2022-02-15 | Gleam highlight tests | Connor Lay (Clay) | |
| 2022-02-15 | Gleam indentation tests | Connor Lay (Clay) | |
| 2022-02-15 | Highlight Gleam bitstrings | Connor Lay (Clay) | |
| 2022-02-15 | Add Gleam injections | Connor Lay (Clay) | |
| 2022-02-15 | Add Gleam indents | Connor Lay (Clay) | |
| 2022-02-15 | Add Gleam folds | Connor Lay (Clay) | |
| 2022-02-15 | Add Gleam locals | Connor Lay (Clay) | |
| 2022-02-15 | Add Gleam highlights | Connor Lay (Clay) | |
| 2022-02-15 | Add Gleam parser | Connor Lay (Clay) | |
| 2022-02-14 | ci: rename workflows and jobs to be more consistent | Dundar Göc | |
| 2022-02-14 | Update lockfile.json (#2529) | github-actions[bot] | |
| Co-authored-by: GitHub <noreply@github.com> | |||
| 2022-02-14 | Update lockfile.json (#2528) | github-actions[bot] | |
| Co-authored-by: GitHub <noreply@github.com> | |||
| 2022-02-14 | Update lockfile.json | GitHub | |
| 2022-02-13 | Update lockfile.json (#2525) | github-actions[bot] | |
| Co-authored-by: GitHub <noreply@github.com> | |||
| 2022-02-13 | feat: add lalrpop parser (#2524) | traxys | |
| LALRPOP is a parser generator for Rust. This only parses the LALRPOP side of the generator, not the nearly-rust code of the actions. | |||
| 2022-02-13 | tests: add failing test for incomplete arguments | Stephan Seitz | |
| 2022-02-13 | indents(php): don't use aligned_indent for php | Stephan Seitz | |
| Fixes #2497 | |||
| 2022-02-13 | typo fix | badhi | |
| 2022-02-13 | added doc for setup_command | badhi | |
| 2022-02-13 | Fixed formatting | badhi | |
| 2022-02-13 | Added extra argument to setup commands so that user can change the function ↵ | badhi | |
| args types | |||
| 2022-02-12 | Update lockfile.json (#2517) | github-actions[bot] | |
| Co-authored-by: GitHub <noreply@github.com> | |||
| 2022-02-11 | Add missing punctuation in vala's highlight | Mateus B. Melchiades | |
| 2022-02-11 | Improve Vala syntax highlight | Mateus Melchiades | |
| 2022-02-11 | Update lockfile.json (#2514) | github-actions[bot] | |
| Co-authored-by: GitHub <noreply@github.com> | |||
| 2022-02-11 | doc: add information about lua-heredoc | kiyan | |
| 2022-02-11 | chore: update init.vim refs to init.lua | kiyan | |
| 2022-02-11 | chore: remove lua heredocs in documentation and readme | kiyan | |
| 2022-02-11 | Update lockfile.json (#2512) | github-actions[bot] | |
| Co-authored-by: GitHub <noreply@github.com> | |||
| 2022-02-10 | Update lockfile.json (#2508) | github-actions[bot] | |
| Co-authored-by: GitHub <noreply@github.com> | |||
| 2022-02-10 | Fix Elixir indents to match mix format | Connor Lay (Clay) | |
| 2022-02-09 | highlights(cpp): Highlight method with nested qualified_identifier | Fabian Viöl | |
| so that methods like these are correctly highlighted ```cpp class A { class B { void foo(); }; }; void A::B::foo() { // ^^^ } ``` This only increases the nesting level by one. AFAIK abritrary nesting is difficult to do with current queries. But this nesting is a pretty common case | |||
| 2022-02-09 | fix(makefile): add forgotten CXX_STANDARD again | Stephan Seitz | |
| 2022-02-09 | Only allow yaml at start of file | MDeiml | |
| 2022-02-09 | Update lockfile.json | GitHub | |
| 2022-02-08 | Update lockfile.json (#2495) | github-actions[bot] | |
| Co-authored-by: GitHub <noreply@github.com> | |||
| 2022-02-08 | chore(makefile): apply fixes to original makefile | Stephan Seitz | |
