diff options
| author | GitHub <noreply@github.com> | 2023-05-31 06:37:08 +0000 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2023-05-31 19:08:20 +0200 |
| commit | 62146fe415193879290c523b54cb5072e1f5dbbc (patch) | |
| tree | e39d8de8fa0216ffc3363c9326612ca3b0de0f2e /.github | |
| parent | ci: bump tree-sitter CLI to v0.20.8 (diff) | |
| download | nvim-treesitter-62146fe415193879290c523b54cb5072e1f5dbbc.tar nvim-treesitter-62146fe415193879290c523b54cb5072e1f5dbbc.tar.gz nvim-treesitter-62146fe415193879290c523b54cb5072e1f5dbbc.tar.bz2 nvim-treesitter-62146fe415193879290c523b54cb5072e1f5dbbc.tar.lz nvim-treesitter-62146fe415193879290c523b54cb5072e1f5dbbc.tar.xz nvim-treesitter-62146fe415193879290c523b54cb5072e1f5dbbc.tar.zst nvim-treesitter-62146fe415193879290c523b54cb5072e1f5dbbc.zip | |
Update parsers: c, cpp, cuda, gitcommit, glsl, go, hlsl, scala, supercollider
skip dart updates from now on
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/update-lockfile.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml index 5a29d32b7..36b384de5 100644 --- a/.github/workflows/update-lockfile.yml +++ b/.github/workflows/update-lockfile.yml @@ -29,7 +29,7 @@ jobs: - name: Update parsers env: - SKIP_LOCKFILE_UPDATE_FOR_LANGS: "" + SKIP_LOCKFILE_UPDATE_FOR_LANGS: "dart" run: | cp lockfile.json /tmp/old_lockfile.json ./nvim.appimage --headless -c "luafile ./scripts/write-lockfile.lua" -c "q" |
