helix/runtime/queries/elixir/symbols.scm
2024-12-17 15:38:06 -05:00

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"))