mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
Pin verilog parser because it downgraded to 0.18.0
This commit is contained in:
parent
7b1d557c80
commit
6f85037437
2 changed files with 3 additions and 1 deletions
2
.github/workflows/update-parsers-pr.yml
vendored
2
.github/workflows/update-parsers-pr.yml
vendored
|
|
@ -27,6 +27,8 @@ jobs:
|
|||
ln -s $(pwd) ~/.local/share/nvim/site/pack/nvim-treesitter/start
|
||||
|
||||
- name: Update parsers
|
||||
env:
|
||||
SKIP_LOCKFILE_UPDATE_FOR_LANGS: verilog
|
||||
run: |
|
||||
./nvim.appimage --headless -c "luafile ./scripts/write-lockfile.lua" -c "q"
|
||||
# Pretty print
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue