mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
7 lines
123 B
Scheme
7 lines
123 B
Scheme
; inherits: html_tags
|
|
|
|
(template_element) @indent.begin
|
|
|
|
(template_element
|
|
(end_tag
|
|
">" @indent.end) @indent.branch)
|