nvim-treesitter/runtime/queries/heex/locals.scm

14 lines
229 B
Scheme
Raw Permalink Normal View History

2022-01-30 16:15:24 -08:00
; HEEx tags, components, and slots are references
2022-01-23 18:09:29 -08:00
[
(component_name)
2022-01-30 16:15:24 -08:00
(slot_name)
(tag_name)
] @local.reference
2022-01-23 18:09:29 -08:00
2022-01-30 16:15:24 -08:00
; Create a new scope within each HEEx tag, component, and slot
2022-01-23 18:09:29 -08:00
[
(component)
2022-01-30 16:15:24 -08:00
(slot)
(tag)
] @local.scope