Refresh generated neovim config
This commit is contained in:
@ -1,16 +1,22 @@
|
||||
; locals.scm
|
||||
(function_definition) @local.scope
|
||||
|
||||
(formal_parameters
|
||||
(identifier) @local.definition.parameter)
|
||||
|
||||
(left_assignment
|
||||
(argument
|
||||
name: (identifier) @local.definition)
|
||||
|
||||
(equals_assignment
|
||||
(parameter
|
||||
name: (identifier) @local.definition)
|
||||
|
||||
(right_assignment
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user