mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 06:50:06 -04:00
6 lines
122 B
Scheme
6 lines
122 B
Scheme
; inherits: html_tags
|
|
(template_element) @indent.begin
|
|
|
|
(template_element
|
|
(end_tag
|
|
">" @indent.end) @indent.branch)
|