mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
10 lines
357 B
Scheme
10 lines
357 B
Scheme
((call
|
|
target: (identifier) @_keyword
|
|
(arguments
|
|
[
|
|
(call target: (identifier) @definition.function)
|
|
; function has a guard
|
|
(binary_operator
|
|
left: (call target: (identifier) @definition.function))
|
|
]))
|
|
(#any-of? @_keyword "def" "defdelegate" "defguard" "defguardp" "defmacro" "defmacrop" "defn" "defnp" "defp"))
|