Regenerate nvim config
This commit is contained in:
13
config/neovim/store/nvim-treesitter/queries/heex/locals.scm
Normal file
13
config/neovim/store/nvim-treesitter/queries/heex/locals.scm
Normal file
@ -0,0 +1,13 @@
|
||||
; HEEx tags, components, and slots are references
|
||||
[
|
||||
(component_name)
|
||||
(slot_name)
|
||||
(tag_name)
|
||||
] @local.reference
|
||||
|
||||
; Create a new scope within each HEEx tag, component, and slot
|
||||
[
|
||||
(component)
|
||||
(slot)
|
||||
(tag)
|
||||
] @local.scope
|
||||
Reference in New Issue
Block a user