nvim-treesitter/queries/yuck/locals.scm

22 lines
272 B
Scheme
Raw Normal View History

2023-02-20 17:55:06 +01:00
[
(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)