diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2022-08-02 01:13:40 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-08-02 21:52:37 +0200 |
| commit | ec98bcc216f563e063a463081853b3e886414a99 (patch) | |
| tree | c267dc3617bd253da76a05937bd37ad833332c4a /.github/workflows | |
| parent | fix: node_incremental for incremental selection jumping around (#3257) (diff) | |
| download | nvim-treesitter-ec98bcc216f563e063a463081853b3e886414a99.tar nvim-treesitter-ec98bcc216f563e063a463081853b3e886414a99.tar.gz nvim-treesitter-ec98bcc216f563e063a463081853b3e886414a99.tar.bz2 nvim-treesitter-ec98bcc216f563e063a463081853b3e886414a99.tar.lz nvim-treesitter-ec98bcc216f563e063a463081853b3e886414a99.tar.xz nvim-treesitter-ec98bcc216f563e063a463081853b3e886414a99.tar.zst nvim-treesitter-ec98bcc216f563e063a463081853b3e886414a99.zip | |
parsers(dart): unlock dart parser
Segfault seems to be fixed in
https://github.com/UserNobody14/tree-sitter-dart/commit/c667fd401c736e208c73b7bb9267557b67b23491
After 30min of fuzzing no Segfault found so far.
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 73a855a0a..47e55ba42 100644 --- a/.github/workflows/update-lockfile.yml +++ b/.github/workflows/update-lockfile.yml @@ -30,7 +30,7 @@ jobs: - name: Update parsers env: - SKIP_LOCKFILE_UPDATE_FOR_LANGS: verilog,gleam,nix,dart + SKIP_LOCKFILE_UPDATE_FOR_LANGS: verilog,gleam,nix run: | ./nvim.appimage --headless -c "luafile ./scripts/write-lockfile.lua" -c "q" # Pretty print |
