mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 01:10:06 +08:00
22 lines
272 B
Scheme
22 lines
272 B
Scheme
|
[
|
||
|
(ast_block)
|
||
|
(list)
|
||
|
(array)
|
||
|
(expr)
|
||
|
(json_array)
|
||
|
(json_object)
|
||
|
(parenthesized_expression)
|
||
|
] @scope
|
||
|
|
||
|
(symbol) @reference
|
||
|
|
||
|
(keyword) @definition.field
|
||
|
|
||
|
(json_object
|
||
|
(simplexpr
|
||
|
(ident) @definition.field))
|
||
|
|
||
|
(ast_block
|
||
|
(symbol)
|
||
|
(ident) @definition.type)
|