diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-06-15 14:39:06 +0200 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-06-27 15:31:41 +0200 |
| commit | 5373c90c55a33408604d17713edaa9560306b83d (patch) | |
| tree | baef9637cf6203e0ed7e354e976bd1e2f2c8c7c0 /.github | |
| parent | feat(gitcommit): remove overflow rule (diff) | |
| download | nvim-treesitter-5373c90c55a33408604d17713edaa9560306b83d.tar nvim-treesitter-5373c90c55a33408604d17713edaa9560306b83d.tar.gz nvim-treesitter-5373c90c55a33408604d17713edaa9560306b83d.tar.bz2 nvim-treesitter-5373c90c55a33408604d17713edaa9560306b83d.tar.lz nvim-treesitter-5373c90c55a33408604d17713edaa9560306b83d.tar.xz nvim-treesitter-5373c90c55a33408604d17713edaa9560306b83d.tar.zst nvim-treesitter-5373c90c55a33408604d17713edaa9560306b83d.zip | |
feat(r)!: update parser and queries
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/tests.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6c4ad9578..5c775eda4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -57,7 +57,6 @@ jobs: './lua/nvim-treesitter/shell_selectors.lua') }} - name: Compile parsers Unix like - if: ${{ runner.os != 'Windows' && steps.parsers-cache.outputs.cache-hit != 'true' }} run: | nvim --headless -c "TSInstallSync all" -c "q" |
