From c502cafecc42cc6099241e7ba129727bedf150d7 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Tue, 12 Oct 2021 16:14:32 -0500 Subject: [PATCH] highlight calls to erlang modules as types connects https://github.com/elixir-lang/tree-sitter-elixir/pull/5 --- runtime/queries/elixir/highlights.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runtime/queries/elixir/highlights.scm b/runtime/queries/elixir/highlights.scm index a840018a..a5b3884e 100644 --- a/runtime/queries/elixir/highlights.scm +++ b/runtime/queries/elixir/highlights.scm @@ -81,6 +81,10 @@ (alias) @type +(call + target: (dot + left: (atom) @type)) + (char) @constant ; Quoted content