summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-20Update lockfile.jsonGitHub
2022-02-19highlights(php): highlight use declaration name as typeWilman Barrios
2022-02-19refacto: expose a function to set custom capture for the higlighterkiyan
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-19fix(vim): fix highlight for patternPierrick Guillaume
Allow pattern to not contain pattern_multi node to be highlighted
2022-02-19highlights(php): highlight traits names as typeWilman Barrios
2022-02-19ci(tests): download highlight-assertions for faster CIStephan Seitz
This avoids any Rust build dependencies.
2022-02-19Update lockfile.jsonGitHub
2022-02-19fix(latex): update parser and query (#2547)Christian Clason
2022-02-16Update lockfile.json (#2535)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-02-16fix(latex): some highlight query fixes (#2534)Christian Clason
* add \caption to @function * only highlight contents of curly text groups in references
2022-02-15Update README (#2532)github-actions[bot]
Co-authored-by: Github Actions <actions@github>
2022-02-15Update lockfile.json (#2530)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-02-15Add myself as maintainer of Elixir, Gleam queriesConnor Lay (Clay)
2022-02-15Gleam highlight testsConnor Lay (Clay)
2022-02-15Gleam indentation testsConnor Lay (Clay)
2022-02-15Highlight Gleam bitstringsConnor Lay (Clay)
2022-02-15Add Gleam injectionsConnor Lay (Clay)
2022-02-15Add Gleam indentsConnor Lay (Clay)
2022-02-15Add Gleam foldsConnor Lay (Clay)
2022-02-15Add Gleam localsConnor Lay (Clay)
2022-02-15Add Gleam highlightsConnor Lay (Clay)
2022-02-15Add Gleam parserConnor Lay (Clay)
2022-02-14ci: rename workflows and jobs to be more consistentDundar Göc
2022-02-14Update lockfile.json (#2529)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-02-14Update lockfile.json (#2528)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-02-14Update lockfile.jsonGitHub
2022-02-13Update lockfile.json (#2525)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-02-13feat: 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-13tests: add failing test for incomplete argumentsStephan Seitz
2022-02-13indents(php): don't use aligned_indent for phpStephan Seitz
Fixes #2497
2022-02-13typo fixbadhi
2022-02-13added doc for setup_commandbadhi
2022-02-13Fixed formattingbadhi
2022-02-13Added extra argument to setup commands so that user can change the function ↵badhi
args types
2022-02-12Update lockfile.json (#2517)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-02-11Add missing punctuation in vala's highlightMateus B. Melchiades
2022-02-11Improve Vala syntax highlightMateus Melchiades
2022-02-11Update lockfile.json (#2514)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-02-11doc: add information about lua-heredockiyan
2022-02-11chore: update init.vim refs to init.luakiyan
2022-02-11chore: remove lua heredocs in documentation and readmekiyan
2022-02-11Update lockfile.json (#2512)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-02-10Update lockfile.json (#2508)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-02-10Fix Elixir indents to match mix formatConnor Lay (Clay)
2022-02-09highlights(cpp): Highlight method with nested qualified_identifierFabian 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-09fix(makefile): add forgotten CXX_STANDARD againStephan Seitz
2022-02-09Only allow yaml at start of fileMDeiml
2022-02-09Update lockfile.jsonGitHub
2022-02-08Update lockfile.json (#2495)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-02-08chore(makefile): apply fixes to original makefileStephan Seitz