| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix(utils): adjust truncation condition | Michael Lan | 2022-02-03 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json (#2434) | github-actions[bot] | 2022-02-02 | 1 | -2/+2 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | verilog highlight: add some keywords, tidy keywords (#2432) | Jade Lovelace | 2022-02-02 | 1 | -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-02 | 1 | -2/+2 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Update lockfile.json (#2431) | github-actions[bot] | 2022-02-01 | 1 | -1/+1 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Update lockfile.json (#2430) | github-actions[bot] | 2022-02-01 | 1 | -1/+1 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Update lockfile.json (#2428) | github-actions[bot] | 2022-02-01 | 1 | -1/+1 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Update lockfile.json (#2427) | github-actions[bot] | 2022-02-01 | 1 | -1/+1 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | update(phpdoc) Add scanner.c (#2426) | Michael Härtl | 2022-02-01 | 1 | -12/+12 | |
| | | ||||||
| * | ci: mark automated PRs as draft (#2413) | dundargoc | 2022-02-01 | 3 | -1/+6 | |
| | | | | | The required checks can be initiated by marking the PR as ready for review. | |||||
| * | ci: skip swift check on neovim stable | Dundar Göc | 2022-01-31 | 2 | -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.json | GitHub | 2022-01-31 | 1 | -1/+1 | |
| | | ||||||
| * | ci: prefer io.write instead of print to have full control of output | Dundar Göc | 2022-01-31 | 1 | -15/+21 | |
| | | | | | This should prevent different output formats on windows and unix. | |||||
| * | chore: format with stylua 0.12.0 (#2421) | Christian Clason | 2022-01-31 | 2 | -52/+71 | |
| | | ||||||
| * | Support HEEx slots | Clay | 2022-01-31 | 6 | -16/+34 | |
| | | ||||||
| * | ci: add folds to CI output to better group related information | Dundar Göc | 2022-01-30 | 1 | -4/+7 | |
| | | ||||||
| * | ci: only fix major version of vulnerable action (#2411) | Christian Clason | 2022-01-30 | 2 | -2/+2 | |
| | | | | also bump checkout to v2 everywhere | |||||
| * | Update lockfile.json (#2409) | github-actions[bot] | 2022-01-30 | 1 | -1/+1 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | highlights(d): highlight ":" | Stephan Seitz | 2022-01-30 | 1 | -0/+1 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-01-30 | 1 | -1/+1 | |
| | | ||||||
| * | highlights(lua): don't highlight arguments as parameters | Stephan Seitz | 2022-01-30 | 1 | -2/+0 | |
| | | ||||||
| * | Update lockfile.json | GitHub | 2022-01-30 | 1 | -1/+1 | |
| | | ||||||
| * | health: check which file caused an error | Stephan Seitz | 2022-01-29 | 1 | -1/+19 | |
| | | ||||||
| * | Update README (#2399) | github-actions[bot] | 2022-01-29 | 1 | -1/+1 | |
| | | | | Co-authored-by: Github Actions <actions@github> | |||||
| * | Update lockfile.json (#2400) | github-actions[bot] | 2022-01-29 | 1 | -0/+3 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | highlights(vala): add "=" and ":" to highlights | Stephan Seitz | 2022-01-29 | 1 | -0/+2 | |
| | | ||||||
| * | Add brackets to Vala highlights | Mateus B. Melchiades | 2022-01-29 | 1 | -0/+2 | |
| | | ||||||
| * | Update Vala highlights | Mateus B. Melchiades | 2022-01-29 | 1 | -24/+28 | |
| | | ||||||
| * | Simplify vala highlights.scm | Mateus B. Melchiades | 2022-01-29 | 1 | -176/+73 | |
| | | ||||||
| * | Delete vala ftdetect | Mateus B. Melchiades | 2022-01-29 | 1 | -1/+0 | |
| | | ||||||
| * | Vala language support | Mateus Melchiades | 2022-01-29 | 4 | -0/+398 | |
| | | ||||||
| * | indents(r): add pipe test | Pedro Castro | 2022-01-29 | 2 | -1/+15 | |
| | | ||||||
| * | indents(r): add tests runner | Pedro Castro | 2022-01-29 | 1 | -0/+35 | |
| | | ||||||
| * | indents(r): add aligned_indent test | Pedro Castro | 2022-01-29 | 1 | -0/+4 | |
| | | ||||||
| * | indents(r): update @indent group | Pedro Castro | 2022-01-29 | 1 | -1/+3 | |
| | | ||||||
| * | indents(r): remove pipe test | Pedro Castro | 2022-01-29 | 1 | -7/+0 | |
| | | ||||||
| * | indents(r): add tests | Pedro Castro | 2022-01-29 | 5 | -0/+50 | |
| | | ||||||
| * | indents(r): add indents support | Pedro Castro | 2022-01-29 | 1 | -0/+36 | |
| | | ||||||
| * | tests: use main parsers instead of nvim-treesitter parser for tests | Stephan Seitz | 2022-01-29 | 1 | -6/+2 | |
| | | ||||||
| * | highlights(c/cpp): highlight case labels as constants | Stephan Seitz | 2022-01-29 | 4 | -0/+50 | |
| | | ||||||
| * | highlights(c): highlight enum variants as `@constant` | Stephan Seitz | 2022-01-29 | 1 | -0/+2 | |
| | | | | | Fixes #2120 | |||||
| * | highlights(cpp): fix function highlighting of Foo::bar::baz() | Stephan Seitz | 2022-01-29 | 2 | -0/+22 | |
| | | | | | Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/2396 | |||||
| * | supercollider: add support for const | Mads Kjeldgaard | 2022-01-29 | 1 | -1/+1 | |
| | | ||||||
| * | supercollider: update indent query to match upstream | Mads Kjeldgaard | 2022-01-29 | 1 | -2/+17 | |
| | | ||||||
| * | Update lockfile.json (#2394) | github-actions[bot] | 2022-01-29 | 1 | -3/+3 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Update lockfile.json | GitHub | 2022-01-28 | 1 | -1/+1 | |
| | | ||||||
| * | folds(c): fold raw `compound_statement`s | Stephan Seitz | 2022-01-28 | 1 | -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 matching | Stephan Seitz | 2022-01-28 | 4 | -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 Seitz | 2022-01-28 | 1 | -1/+1 | |
| | | ||||||
| * | Update lockfile.json (#2386) | github-actions[bot] | 2022-01-28 | 1 | -1/+1 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
