mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
21 lines
303 B
Scheme
21 lines
303 B
Scheme
[
|
|
(ast_block)
|
|
(list)
|
|
(array)
|
|
(expr)
|
|
(json_array)
|
|
(json_object)
|
|
(parenthesized_expression)
|
|
] @local.scope
|
|
|
|
(symbol) @local.reference
|
|
|
|
(keyword) @local.definition.field
|
|
|
|
(json_object
|
|
(simplexpr
|
|
(ident) @local.definition.field))
|
|
|
|
(ast_block
|
|
(symbol)
|
|
(ident) @local.definition.type)
|