feat(nickel): adapt to scanner rewrite

This commit is contained in:
Christian Clason 2024-02-23 18:19:25 +01:00
parent e105b5e67d
commit adf72368f6
2 changed files with 2 additions and 2 deletions

View file

@ -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" },
},
}