mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
12 lines
135 B
Scheme
12 lines
135 B
Scheme
|
|
; HEEx indents like HTML
|
||
|
|
[
|
||
|
|
(component)
|
||
|
|
(tag)
|
||
|
|
] @indent
|
||
|
|
|
||
|
|
; Dedent at the end of each tag
|
||
|
|
[
|
||
|
|
(end_tag)
|
||
|
|
(end_component)
|
||
|
|
] @branch
|