1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:30:03 +08:00
SpaceVim/bundle/nvim-treesitter/queries/corn/locals.scm

17 lines
158 B
Scheme

; scopes
[
(object)
(array)
] @scope
; definitions
(assign_block
(assignment
(input)
@definition.constant))
(value (input) @reference)