mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
Feat: Added Pug parser with inital queries
This commit is contained in:
parent
81d4077fa0
commit
dec2ba27a8
5 changed files with 53 additions and 0 deletions
|
|
@ -470,6 +470,15 @@ list.glimmer = {
|
|||
used_by = { "html.handlebars" },
|
||||
}
|
||||
|
||||
list.pug = {
|
||||
install_info = {
|
||||
url = "https://github.com/zealot128/tree-sitter-pug",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
},
|
||||
maintainers = { "@zealot128" },
|
||||
filetype = "pug",
|
||||
}
|
||||
|
||||
list.vue = {
|
||||
install_info = {
|
||||
url = "https://github.com/ikatyang/tree-sitter-vue",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue