Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/twig/highlights.scm')
-rw-r--r--runtime/queries/twig/highlights.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/runtime/queries/twig/highlights.scm b/runtime/queries/twig/highlights.scm
index 1ef8d06b..6eca5572 100644
--- a/runtime/queries/twig/highlights.scm
+++ b/runtime/queries/twig/highlights.scm
@@ -41,11 +41,6 @@
"="
] @punctuation.delimiter
-(interpolated_string [
- "#{"
- "}"
-] @punctuation.delimiter)
-
[
"("
")"
@@ -58,3 +53,8 @@
"}"
] @punctuation.bracket)
+(interpolated_string [
+ "#{"
+ "}"
+] @punctuation.delimiter)
+