aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--queries/yaml/highlights.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/queries/yaml/highlights.scm b/queries/yaml/highlights.scm
index 7fa7ce291..64a5ff338 100644
--- a/queries/yaml/highlights.scm
+++ b/queries/yaml/highlights.scm
@@ -4,8 +4,7 @@
(null_scalar) @constant.builtin
(double_quote_scalar) @string
(single_quote_scalar) @string
-(double_quote_scalar (escape_sequence)) @string.escape
-(single_quote_scalar (escape_sequence)) @string.escape
+(escape_sequence) @string.escape
(integer_scalar) @number
(float_scalar) @number
(comment) @comment