mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-31 04:54:24 +00:00
9 lines
129 B
Scheme
9 lines
129 B
Scheme
(start_tag
|
|
">" @end) @indent
|
|
|
|
(self_closing_tag
|
|
"/>" @end) @indent
|
|
|
|
(element
|
|
(start_tag) @start
|
|
(end_tag)? @end) @indent
|