7 lines
124 B
Scheme
7 lines
124 B
Scheme
(start_tag ">" @end) @indent
|
|
(self_closing_tag "/>" @end) @indent
|
|
|
|
(element
|
|
(start_tag) @start
|
|
(end_tag)? @end) @indent
|