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