mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(pug): adapt to scanner rewrite
This commit is contained in:
parent
0b0e460180
commit
11610e0631
2 changed files with 2 additions and 2 deletions
|
|
@ -405,7 +405,7 @@
|
|||
"revision": "02b1e967ede00aaa5d7c9fcd4a604b83825a6261"
|
||||
},
|
||||
"pug": {
|
||||
"revision": "884e225b5ecca5d885ae627275f16ef648acd42e"
|
||||
"revision": "a7ff31a38908df9b9f34828d21d6ca5e12413e18"
|
||||
},
|
||||
"puppet": {
|
||||
"revision": "9ce9a5f7d64528572aaa8d59459ba869e634086b"
|
||||
|
|
|
|||
|
|
@ -1215,7 +1215,7 @@ list.prql = {
|
|||
list.pug = {
|
||||
install_info = {
|
||||
url = "https://github.com/zealot128/tree-sitter-pug",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@zealot128" },
|
||||
experimental = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue