mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -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
|
|
@ -25,4 +25,13 @@
|
|||
(quoted_attribute_value
|
||||
(attribute_value) @javascript)))
|
||||
|
||||
(
|
||||
(template_element
|
||||
(start_tag
|
||||
(attribute
|
||||
(quoted_attribute_value (attribute_value) @_lang)))
|
||||
(raw_text) @pug)
|
||||
(#match? @_lang "pug")
|
||||
)
|
||||
|
||||
(comment) @comment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue