diff options
| author | BlockLune <39331194+BlockLune@users.noreply.github.com> | 2025-08-30 00:30:18 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-29 18:30:18 +0200 |
| commit | cd64fd3f448eb6cc529830c7f265f7584168572b (patch) | |
| tree | a017d25a103291d0e05b914486ac7d346a6ad341 /runtime/queries/wxml/folds.scm | |
| parent | feat(matlab)!: update parser and queries (diff) | |
| download | nvim-treesitter-cd64fd3f448eb6cc529830c7f265f7584168572b.tar nvim-treesitter-cd64fd3f448eb6cc529830c7f265f7584168572b.tar.gz nvim-treesitter-cd64fd3f448eb6cc529830c7f265f7584168572b.tar.bz2 nvim-treesitter-cd64fd3f448eb6cc529830c7f265f7584168572b.tar.lz nvim-treesitter-cd64fd3f448eb6cc529830c7f265f7584168572b.tar.xz nvim-treesitter-cd64fd3f448eb6cc529830c7f265f7584168572b.tar.zst nvim-treesitter-cd64fd3f448eb6cc529830c7f265f7584168572b.zip | |
feat(wxml): add parser and queries
Diffstat (limited to 'runtime/queries/wxml/folds.scm')
| -rw-r--r-- | runtime/queries/wxml/folds.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/queries/wxml/folds.scm b/runtime/queries/wxml/folds.scm new file mode 100644 index 000000000..df3eeeef7 --- /dev/null +++ b/runtime/queries/wxml/folds.scm @@ -0,0 +1,7 @@ +[ + (element) + (block_element) + (slot_element) + (template_element) + (wxs_element) +] @fold |
