1
Files
flake-nixinator/config/neovim/store/treesitter-parsers/queries/r/locals.scm

19 lines
410 B
Scheme

; locals.scm
(function_definition) @local.scope
(argument name: (identifier) @local.definition)
(parameter name: (identifier) @local.definition)
(binary_operator
lhs: (identifier) @local.definition
operator: "<-")
(binary_operator
lhs: (identifier) @local.definition
operator: "=")
(binary_operator
operator: "->"
rhs: (identifier) @local.definition)
(identifier) @local.reference