Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/v/highlights.scm')
-rw-r--r--runtime/queries/v/highlights.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/queries/v/highlights.scm b/runtime/queries/v/highlights.scm
index 9ae91d97..fbaf7088 100644
--- a/runtime/queries/v/highlights.scm
+++ b/runtime/queries/v/highlights.scm
@@ -1,4 +1,4 @@
-[(line_comment) (block_comment)] @comment
+(comment) @comment
(module_clause
(identifier) @namespace)
@@ -84,9 +84,9 @@
] @string
(string_interpolation
- (interpolation_opening) @punctuation.bracket
- (interpolation_expression) @embedded
- (interpolation_closing) @punctuation.bracket)
+ (braced_interpolation_opening) @punctuation.bracket
+ (interpolated_expression) @embedded
+ (braced_interpolation_closing) @punctuation.bracket)
(attribute) @attribute