mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
9 lines
289 B
Scheme
9 lines
289 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
|