From e4e8a39bf79734e70248303782d9b97ef4b3540d Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Tue, 28 Jun 2022 13:08:31 -0500 Subject: replace module captures with namespace `module` is undocumented and does not exist in other themes. The equivalent existing scope based on usage (Elixir for example) is `namespace`. --- runtime/queries/heex/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/queries/heex/highlights.scm') diff --git a/runtime/queries/heex/highlights.scm b/runtime/queries/heex/highlights.scm index c42a689f..6d8816de 100644 --- a/runtime/queries/heex/highlights.scm +++ b/runtime/queries/heex/highlights.scm @@ -55,7 +55,7 @@ ; HEEx components are highlighted as Elixir modules and functions (component_name [ - (module) @module + (module) @namespace (function) @function "." @punctuation.delimiter ]) -- cgit v1.2.3-70-g09d2