1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
; Scopes [ (program) (macro) (memory_execution) (subroutine) ] @local.scope ; References (identifier) @local.reference ; Definitions (label "@" . (identifier) @local.definition.function) (macro "%" . (identifier) @local.definition.macro)