mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
fix(html): adapt to scanner rewrite
This commit is contained in:
parent
c667877ab5
commit
3590c0d30d
2 changed files with 2 additions and 2 deletions
|
|
@ -219,7 +219,7 @@
|
||||||
"revision": "c390f10519ae69fdb03b3e5764f5592fb6924bcc"
|
"revision": "c390f10519ae69fdb03b3e5764f5592fb6924bcc"
|
||||||
},
|
},
|
||||||
"html": {
|
"html": {
|
||||||
"revision": "86c253e675e7fdd1c0482efe0706f24bafbc3a7d"
|
"revision": "ff48883eb679bbb71b7ac08c8023c8defbf9e234"
|
||||||
},
|
},
|
||||||
"htmldjango": {
|
"htmldjango": {
|
||||||
"revision": "11e73ebd8e73356badaad826a0534437b208b6e7"
|
"revision": "11e73ebd8e73356badaad826a0534437b208b6e7"
|
||||||
|
|
|
||||||
|
|
@ -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" },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue