19 lines
228 B
Scheme
19 lines
228 B
Scheme
; Scopes
|
|
|
|
[
|
|
(list)
|
|
(scope)
|
|
] @scope
|
|
|
|
; References
|
|
|
|
(symbol) @reference
|
|
|
|
; Definitions
|
|
|
|
((list
|
|
. (symbol) @_fnkw
|
|
. (symbol) @definition.function
|
|
(symbol)? @definition.parameter)
|
|
(#match? @_fnkw "^(def|defop|defn)$"))
|