aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(utils): adjust truncation conditionMichael Lan2022-02-031-1/+1
|
* Update lockfile.json (#2434)github-actions[bot]2022-02-021-2/+2
| | | Co-authored-by: GitHub <noreply@github.com>
* verilog highlight: add some keywords, tidy keywords (#2432)Jade Lovelace2022-02-021-13/+39
| | | | | | | | | | | | | | * Add a bunch of the OO keywords and some of the more unusual block delimiter types * Highlight macromodule like module is. * Highlight new as seen in constructor declarations like `class blah; function new(...); ... endfunction endclass` * Make endfunction a @keyword.function. This matches how lua does it. * Make tasks @keyword.function: tasks in SystemVerilog are more or less just impure functions * Highlight casex/casez like case is currently highlighted (previously these were not highlighted at all) * Highlight unique, unique0, priority for constructs like `unique case (...) ... endcase` and `priority if (...) ...`
* Update lockfile.json (#2433)github-actions[bot]2022-02-021-2/+2
| | | Co-authored-by: GitHub <noreply@github.com>
* Update lockfile.json (#2431)github-actions[bot]2022-02-011-1/+1
| | | Co-authored-by: GitHub <noreply@github.com>
* Update lockfile.json (#2430)github-actions[bot]2022-02-011-1/+1
| | | Co-authored-by: GitHub <noreply@github.com>
* Update lockfile.json (#2428)github-actions[bot]2022-02-011-1/+1
| | | Co-authored-by: GitHub <noreply@github.com>
* Update lockfile.json (#2427)github-actions[bot]2022-02-011-1/+1
| | | Co-authored-by: GitHub <noreply@github.com>
* update(phpdoc) Add scanner.c (#2426)Michael Härtl2022-02-011-12/+12
|
* ci: mark automated PRs as draft (#2413)dundargoc2022-02-013-1/+6
| | | | The required checks can be initiated by marking the PR as ready for review.
* ci: skip swift check on neovim stableDundar Göc2022-01-312-22/+33
| | | | | | This is meant as a temporary workaround until neovim 0.7 is released. More context: https://github.com/nvim-treesitter/nvim-treesitter/issues/2313#issuecomment-1025258357
* Update lockfile.jsonGitHub2022-01-311-1/+1
|
* ci: prefer io.write instead of print to have full control of outputDundar Göc2022-01-311-15/+21
| | | | This should prevent different output formats on windows and unix.
* chore: format with stylua 0.12.0 (#2421)Christian Clason2022-01-312-52/+71
|
* Support HEEx slotsClay2022-01-316-16/+34
|
* ci: add folds to CI output to better group related informationDundar Göc2022-01-301-4/+7
|
* ci: only fix major version of vulnerable action (#2411)Christian Clason2022-01-302-2/+2
| | | also bump checkout to v2 everywhere
* Update lockfile.json (#2409)github-actions[bot]2022-01-301-1/+1
| | | Co-authored-by: GitHub <noreply@github.com>
* highlights(d): highlight ":"Stephan Seitz2022-01-301-0/+1
|
* Update lockfile.jsonGitHub2022-01-301-1/+1
|
* highlights(lua): don't highlight arguments as parametersStephan Seitz2022-01-301-2/+0
|
* Update lockfile.jsonGitHub2022-01-301-1/+1
|
* health: check which file caused an errorStephan Seitz2022-01-291-1/+19
|
* Update README (#2399)github-actions[bot]2022-01-291-1/+1
| | | Co-authored-by: Github Actions <actions@github>
* Update lockfile.json (#2400)github-actions[bot]2022-01-291-0/+3
| | | Co-authored-by: GitHub <noreply@github.com>
* highlights(vala): add "=" and ":" to highlightsStephan Seitz2022-01-291-0/+2
|
* Add brackets to Vala highlightsMateus B. Melchiades2022-01-291-0/+2
|
* Update Vala highlightsMateus B. Melchiades2022-01-291-24/+28
|
* Simplify vala highlights.scmMateus B. Melchiades2022-01-291-176/+73
|
* Delete vala ftdetectMateus B. Melchiades2022-01-291-1/+0
|
* Vala language supportMateus Melchiades2022-01-294-0/+398
|
* indents(r): add pipe testPedro Castro2022-01-292-1/+15
|
* indents(r): add tests runnerPedro Castro2022-01-291-0/+35
|
* indents(r): add aligned_indent testPedro Castro2022-01-291-0/+4
|
* indents(r): update @indent groupPedro Castro2022-01-291-1/+3
|
* indents(r): remove pipe testPedro Castro2022-01-291-7/+0
|
* indents(r): add testsPedro Castro2022-01-295-0/+50
|
* indents(r): add indents supportPedro Castro2022-01-291-0/+36
|
* tests: use main parsers instead of nvim-treesitter parser for testsStephan Seitz2022-01-291-6/+2
|
* highlights(c/cpp): highlight case labels as constantsStephan Seitz2022-01-294-0/+50
|
* highlights(c): highlight enum variants as `@constant`Stephan Seitz2022-01-291-0/+2
| | | | Fixes #2120
* highlights(cpp): fix function highlighting of Foo::bar::baz()Stephan Seitz2022-01-292-0/+22
| | | | Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/2396
* supercollider: add support for constMads Kjeldgaard2022-01-291-1/+1
|
* supercollider: update indent query to match upstreamMads Kjeldgaard2022-01-291-2/+17
|
* Update lockfile.json (#2394)github-actions[bot]2022-01-291-3/+3
| | | Co-authored-by: GitHub <noreply@github.com>
* Update lockfile.jsonGitHub2022-01-281-1/+1
|
* folds(c): fold raw `compound_statement`sStephan Seitz2022-01-281-1/+2
| | | | | | This will fold in particular around raw braces as reported in #2359 while avoiding to have double folds at functions+braces.
* highlights(python): add support for pattern matchingStephan Seitz2022-01-284-7/+54
| | | | | Fixes #2080 Depends on https://github.com/tree-sitter/tree-sitter-python/pull/140
* highlights(go): highlight `package_identifier` as `@namespace` (#2371)Stephan Seitz2022-01-281-1/+1
|
* Update lockfile.json (#2386)github-actions[bot]2022-01-281-1/+1
| | | Co-authored-by: GitHub <noreply@github.com>