mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 22:10:01 -04:00
feat(nickel): adapt to scanner rewrite
This commit is contained in:
parent
e105b5e67d
commit
adf72368f6
2 changed files with 2 additions and 2 deletions
|
|
@ -1238,7 +1238,7 @@ list.nasm = {
|
|||
list.nickel = {
|
||||
install_info = {
|
||||
url = "https://github.com/nickel-lang/tree-sitter-nickel",
|
||||
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