aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/heex/highlights.scm
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/heex/highlights.scm')
-rw-r--r--runtime/queries/heex/highlights.scm2
1 files changed, 1 insertions, 1 deletions
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
])