19 lines
215 B
Cheetah
19 lines
215 B
Cheetah
; Scopes
|
|
|
|
[
|
|
(list)
|
|
(scope)
|
|
] @scope
|
|
|
|
; References
|
|
|
|
(symbol) @reference
|
|
|
|
; Definitions
|
|
|
|
((list
|
|
. (symbol) @_fnkw
|
|
. (symbol) @definition.function
|
|
(symbol)? @definition.parameter)
|
|
{{match "@_fnkw" "Def"}})
|