mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 16:30:02 -04:00
Exclude kotlin, clojure from parser update
This commit is contained in:
parent
2f81d4ad27
commit
1d9b3b82ff
1 changed files with 2 additions and 0 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
|
ln -s $(pwd) ~/.local/share/nvim/site/pack/nvim-treesitter/start
|
||||||
|
|
||||||
- name: Update parsers
|
- name: Update parsers
|
||||||
|
env:
|
||||||
|
SKIP_LOCKFILE_UPDATE_FOR_LANGS: [kotlin, clojure]
|
||||||
run: |
|
run: |
|
||||||
./nvim.appimage --headless -c "luafile ./scripts/write-lockfile.lua" -c "q"
|
./nvim.appimage --headless -c "luafile ./scripts/write-lockfile.lua" -c "q"
|
||||||
# Pretty print
|
# Pretty print
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue