mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -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
|
|
@ -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