diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2024-11-11 08:39:00 +0100 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2024-11-11 08:40:34 +0100 |
| commit | d105f2cb7bdd1a920dce959da45035dc121bce2d (patch) | |
| tree | 7f047c5f6498275f9b9b615c8d7200edf61edd11 /.github/workflows | |
| parent | fix: formatter idempotency for nested groupings (#7345) (diff) | |
| download | nvim-treesitter-d105f2cb7bdd1a920dce959da45035dc121bce2d.tar nvim-treesitter-d105f2cb7bdd1a920dce959da45035dc121bce2d.tar.gz nvim-treesitter-d105f2cb7bdd1a920dce959da45035dc121bce2d.tar.bz2 nvim-treesitter-d105f2cb7bdd1a920dce959da45035dc121bce2d.tar.lz nvim-treesitter-d105f2cb7bdd1a920dce959da45035dc121bce2d.tar.xz nvim-treesitter-d105f2cb7bdd1a920dce959da45035dc121bce2d.tar.zst nvim-treesitter-d105f2cb7bdd1a920dce959da45035dc121bce2d.zip | |
feat(julia): update parser and queries
Diffstat (limited to '.github/workflows')
| -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 a443ee16d..455269f6f 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: "gnuplot,julia,unison" + SKIP_LOCKFILE_UPDATE_FOR_LANGS: "gnuplot,unison" run: | cp lockfile.json /tmp/old_lockfile.json nvim -l scripts/write-lockfile.lua |
