1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-11 10:03:39 +08:00
SpaceVim/bundle/nvim-treesitter/queries/vue/indents.scm

8 lines
123 B
Scheme
Raw Normal View History

; inherits: html_tags
[
(template_element)
] @indent.begin
(template_element (end_tag ">" @indent.end) @indent.branch)