fix(pug): adapt to scanner rewrite

This commit is contained in:
Amaan Qureshi 2023-07-27 04:09:23 -04:00 committed by Christian Clason
parent 0b0e460180
commit 11610e0631
2 changed files with 2 additions and 2 deletions

View file

@ -405,7 +405,7 @@
"revision": "02b1e967ede00aaa5d7c9fcd4a604b83825a6261" "revision": "02b1e967ede00aaa5d7c9fcd4a604b83825a6261"
}, },
"pug": { "pug": {
"revision": "884e225b5ecca5d885ae627275f16ef648acd42e" "revision": "a7ff31a38908df9b9f34828d21d6ca5e12413e18"
}, },
"puppet": { "puppet": {
"revision": "9ce9a5f7d64528572aaa8d59459ba869e634086b" "revision": "9ce9a5f7d64528572aaa8d59459ba869e634086b"

View file

@ -1215,7 +1215,7 @@ list.prql = {
list.pug = { list.pug = {
install_info = { install_info = {
url = "https://github.com/zealot128/tree-sitter-pug", url = "https://github.com/zealot128/tree-sitter-pug",
files = { "src/parser.c", "src/scanner.cc" }, files = { "src/parser.c", "src/scanner.c" },
}, },
maintainers = { "@zealot128" }, maintainers = { "@zealot128" },
experimental = true, experimental = true,