mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
feat(wxml): add parser and queries
This commit is contained in:
parent
16da7ded58
commit
cd64fd3f44
6 changed files with 124 additions and 0 deletions
7
runtime/queries/wxml/folds.scm
Normal file
7
runtime/queries/wxml/folds.scm
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[
|
||||
(element)
|
||||
(block_element)
|
||||
(slot_element)
|
||||
(template_element)
|
||||
(wxs_element)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue