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

@ -219,7 +219,7 @@
"revision": "c390f10519ae69fdb03b3e5764f5592fb6924bcc" "revision": "c390f10519ae69fdb03b3e5764f5592fb6924bcc"
}, },
"html": { "html": {
"revision": "86c253e675e7fdd1c0482efe0706f24bafbc3a7d" "revision": "ff48883eb679bbb71b7ac08c8023c8defbf9e234"
}, },
"htmldjango": { "htmldjango": {
"revision": "11e73ebd8e73356badaad826a0534437b208b6e7" "revision": "11e73ebd8e73356badaad826a0534437b208b6e7"

View file

@ -688,7 +688,7 @@ list.hocon = {
list.html = { list.html = {
install_info = { install_info = {
url = "https://github.com/tree-sitter/tree-sitter-html", 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" }, maintainers = { "@TravonteD" },
} }