mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 19:00:06 +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)
|
||
|
|