nvim-treesitter/queries/vue/indents.scm
Cyril Mizzi ce866ecc2f feat(vue): add indents.scm file
There's no indentation file for Vue. This implementation is based on the HTML indentation file with a minor support for the `template_element` tag. As JS is bind with the JS Tree-sitter, the indentation is already fine.
2021-11-11 21:00:33 -05:00

12 lines
102 B
Scheme

[
(element)
(template_element)
] @indent
[
(end_tag)
">"
"/>"
] @branch
(comment) @ignore