mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -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
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@
|
|||
"revision": "3e897ea5925f037cfae2e551f8e6b12eec2a201a"
|
||||
},
|
||||
"verilog": {
|
||||
"revision": "8254367f17f95825db652dc1c46aceb455ac1ee6"
|
||||
"revision": "8f6b1f357d1231c420404b5f7a368a73c25adfa2"
|
||||
},
|
||||
"vue": {
|
||||
"revision": "efd20240618d5c1b03ad0d5eac341202196f282d"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue