mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(haskell): Haskell switched to C scanner
This commit is contained in:
parent
0a7b098b8e
commit
b96f70905b
2 changed files with 1 additions and 5 deletions
|
|
@ -66,12 +66,8 @@ jobs:
|
|||
|
||||
- name: Check query files (Unix)
|
||||
if: matrix.os != 'windows-2022'
|
||||
env:
|
||||
ALLOWED_INSTALLATION_FAILURES: haskell
|
||||
run: nvim --headless -c "luafile ./scripts/check-queries.lua" -c "q"
|
||||
|
||||
- name: Check query files (Windows)
|
||||
if: matrix.os == 'windows-2022'
|
||||
env:
|
||||
ALLOWED_INSTALLATION_FAILURES: haskell
|
||||
run: Neovim\\bin\\nvim.exe --headless -c "luafile ./scripts/check-queries.lua" -c "q"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue