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 6eca5572..1ef8d06b 100644
--- a/runtime/queries/twig/highlights.scm
+++ b/runtime/queries/twig/highlights.scm
@@ -41,6 +41,11 @@
"="
] @punctuation.delimiter
+(interpolated_string [
+ "#{"
+ "}"
+] @punctuation.delimiter)
+
[
"("
")"
@@ -53,8 +58,3 @@
"}"
] @punctuation.bracket)
-(interpolated_string [
- "#{"
- "}"
-] @punctuation.delimiter)
-