diff options
| author | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2025-02-06 06:44:30 +0000 |
|---|---|---|
| committer | nvim-treesitter-bot[bot] <157957100+nvim-treesitter-bot[bot]@users.noreply.github.com> | 2025-02-06 07:43:26 +0000 |
| commit | 824bf8455fd670186986fb3eb46fcaa4c5460949 (patch) | |
| tree | ebc4d3629d86e1e010f10100e86e7db3df8b330d /.github | |
| parent | feat(nu)!: added some new operators, removed deprecated keyword `register` (#... (diff) | |
| download | nvim-treesitter-824bf8455fd670186986fb3eb46fcaa4c5460949.tar nvim-treesitter-824bf8455fd670186986fb3eb46fcaa4c5460949.tar.gz nvim-treesitter-824bf8455fd670186986fb3eb46fcaa4c5460949.tar.bz2 nvim-treesitter-824bf8455fd670186986fb3eb46fcaa4c5460949.tar.lz nvim-treesitter-824bf8455fd670186986fb3eb46fcaa4c5460949.tar.xz nvim-treesitter-824bf8455fd670186986fb3eb46fcaa4c5460949.tar.zst nvim-treesitter-824bf8455fd670186986fb3eb46fcaa4c5460949.zip | |
bot(lockfile): update erlang, vhs
lock sql parser (ABI 15)
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 588868a56..018d3997b 100644 --- a/.github/workflows/update-lockfile.yml +++ b/.github/workflows/update-lockfile.yml @@ -31,7 +31,7 @@ jobs: - name: Update parsers env: - SKIP_LOCKFILE_UPDATE_FOR_LANGS: "slint" + SKIP_LOCKFILE_UPDATE_FOR_LANGS: "slint,sql" run: | cp lockfile.json /tmp/old_lockfile.json nvim -l scripts/write-lockfile.lua |
