mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
10 lines
283 B
Scheme
10 lines
283 B
Scheme
(script_element (start_tag) (_) @xml-element.inside (end_tag)) @xml-element.around
|
|
|
|
(style_element (start_tag) (_) @xml-element.inside (end_tag)) @xml-element.around
|
|
|
|
(element (start_tag) (_)* @xml-element.inside (end_tag))
|
|
|
|
(element) @xml-element.around
|
|
|
|
(comment) @comment.around
|