fix(foam): Foam switched to C scanner

This commit is contained in:
Elwardi 2022-01-07 16:49:33 +01:00 committed by Stephan Seitz
parent ea1ec09c54
commit 76f34166bf
2 changed files with 2 additions and 3 deletions

View file

@ -850,8 +850,7 @@ list.foam = {
install_info = {
url = "https://github.com/FoamScience/tree-sitter-foam",
branch = "master",
files = { "src/parser.c", "src/scanner.cc" },
generate_requires_npm = true,
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@FoamScience" },
filetype = "foam",