mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:30:03 +08:00
17 lines
158 B
Scheme
17 lines
158 B
Scheme
; scopes
|
|
|
|
[
|
|
(object)
|
|
(array)
|
|
] @scope
|
|
|
|
; definitions
|
|
|
|
(assign_block
|
|
(assignment
|
|
(input)
|
|
@definition.constant))
|
|
|
|
(value (input) @reference)
|
|
|