fix(html): adapt to scanner rewrite

This commit is contained in:
Christian Clason 2023-06-25 11:10:26 +02:00
parent c667877ab5
commit 3590c0d30d
2 changed files with 2 additions and 2 deletions

View file

@ -688,7 +688,7 @@ list.hocon = {
list.html = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-html",
files = { "src/parser.c", "src/scanner.cc" },
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@TravonteD" },
}