mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 22:40:12 -04:00
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.
12 lines
102 B
Scheme
12 lines
102 B
Scheme
[
|
|
(element)
|
|
(template_element)
|
|
] @indent
|
|
|
|
[
|
|
(end_tag)
|
|
">"
|
|
"/>"
|
|
] @branch
|
|
|
|
(comment) @ignore
|