mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
fix(pug): adapt to scanner rewrite
This commit is contained in:
committed by
Christian Clason
parent
0b0e460180
commit
11610e0631
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user