Regenerate nvim config
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
; Scopes
|
||||
[
|
||||
(program)
|
||||
(macro)
|
||||
(memory_execution)
|
||||
(subroutine)
|
||||
] @local.scope
|
||||
|
||||
; References
|
||||
(identifier) @local.reference
|
||||
|
||||
; Definitions
|
||||
(label
|
||||
"@"
|
||||
.
|
||||
(identifier) @local.definition.function)
|
||||
|
||||
(macro
|
||||
"%"
|
||||
.
|
||||
(identifier) @local.definition.macro)
|
||||
Reference in New Issue
Block a user