feat(r)!: update parser and queries

This commit is contained in:
Christian Clason 2024-06-15 14:39:06 +02:00
parent 173515a5d2
commit 5373c90c55
9 changed files with 117 additions and 132 deletions

View file

@ -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"