diff options
Diffstat (limited to 'queries/elixir')
| -rw-r--r-- | queries/elixir/highlights.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/elixir/highlights.scm b/queries/elixir/highlights.scm index db9bfbb2..ab304374 100644 --- a/queries/elixir/highlights.scm +++ b/queries/elixir/highlights.scm @@ -84,13 +84,13 @@ (stab_clause operator: _ @operator) ; Local Function Calls -(call target: (identifier) @function) +(call target: (identifier) @function.call) ; Remote Function Calls (call target: (dot left: [ (atom) @type (_) -] right: (identifier) @function) (arguments)) +] right: (identifier) @function.call) (arguments)) ; Definition Function Calls (call target: ((identifier) @keyword.function (#any-of? @keyword.function |
