1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 17:52:50 +08:00

23 lines
236 B
Scheme

; Scopes
[
(program)
(macro)
(memory_execution)
(subroutine)
] @scope
; References
(identifier) @reference
; Definitions
(label
"@"
. (identifier) @definition.function)
(macro
"%"
. (identifier) @definition.macro)