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

@ -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,