Support HEEx slots

This commit is contained in:
Clay 2022-01-30 16:15:24 -08:00 committed by Stephan Seitz
parent efedf3510a
commit 083aee0873
6 changed files with 34 additions and 16 deletions

View file

@ -1,11 +1,13 @@
; HEEx tags and components are references
; HEEx tags, components, and slots are references
[
(tag_name)
(component_name)
(slot_name)
(tag_name)
] @reference
; Create a new scope within each HEEx tag or component
; Create a new scope within each HEEx tag, component, and slot
[
(tag)
(component)
(slot)
(tag)
] @scope