mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -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"
|
||||
|
|
|
|||
|
|
@ -427,7 +427,7 @@ list.supercollider = {
|
|||
list.haskell = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-haskell",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue