1
0
mirror of https://github.com/helix-editor/helix synced 2026-05-07 06:26:42 +02:00
Files
helix/runtime/queries/html/rainbows.scm
2025-07-26 18:02:29 -04:00

14 lines
205 B
Scheme

[
(doctype)
(erroneous_end_tag)
] @rainbow.scope
([
(element)
(script_element)
(style_element)
] @rainbow.scope
(#set! rainbow.include-children))
["<" ">" "<!" "</" "/>"] @rainbow.bracket