aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2020-12-10 16:32:20 +0000
committerKiyan <yazdani.kiyan@protonmail.com>2020-12-12 19:04:43 +0100
commitd8f75f0b093632159d825fdf84e0ea6dbf05cd75 (patch)
tree3073ff1f50dc8a4cfc54b7f23f880bcfaf611214 /.github
parentAdd fix for vim.fn.executable(vim.NIL) (diff)
downloadnvim-treesitter-d8f75f0b093632159d825fdf84e0ea6dbf05cd75.tar
nvim-treesitter-d8f75f0b093632159d825fdf84e0ea6dbf05cd75.tar.gz
nvim-treesitter-d8f75f0b093632159d825fdf84e0ea6dbf05cd75.tar.bz2
nvim-treesitter-d8f75f0b093632159d825fdf84e0ea6dbf05cd75.tar.lz
nvim-treesitter-d8f75f0b093632159d825fdf84e0ea6dbf05cd75.tar.xz
nvim-treesitter-d8f75f0b093632159d825fdf84e0ea6dbf05cd75.tar.zst
nvim-treesitter-d8f75f0b093632159d825fdf84e0ea6dbf05cd75.zip
[docgen] Update README.md
skip-checks: true
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-parsers-pr.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/update-parsers-pr.yml b/.github/workflows/update-parsers-pr.yml
index 9a996c3c3..790653fe9 100644
--- a/.github/workflows/update-parsers-pr.yml
+++ b/.github/workflows/update-parsers-pr.yml
@@ -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: tsx,typescript,javascript # HACK: remove as soon tsx,typescript get updated
run: |
./nvim.appimage --headless -c "luafile ./scripts/write-lockfile.lua" -c "q"
# Pretty print