aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--queries/julia/highlights.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/queries/julia/highlights.scm b/queries/julia/highlights.scm
index 876fa72af..9a82c5d41 100644
--- a/queries/julia/highlights.scm
+++ b/queries/julia/highlights.scm
@@ -356,13 +356,15 @@
(macro_definition)
(module_definition)
(struct_definition)
- (call_expression)
])
(source_file
(string_literal) @string.documentation
.
- (identifier))
+ [
+ (identifier)
+ (call_expression)
+ ])
[
(line_comment)