mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-27 12:30:04 +08:00
14 lines
217 B
Scheme
Vendored
14 lines
217 B
Scheme
Vendored
; HEEx tags, components, and slots are references
|
|
[
|
|
(component_name)
|
|
(slot_name)
|
|
(tag_name)
|
|
] @reference
|
|
|
|
; Create a new scope within each HEEx tag, component, and slot
|
|
[
|
|
(component)
|
|
(slot)
|
|
(tag)
|
|
] @scope
|