We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b9b18 commit 82b6062Copy full SHA for 82b6062
queries/yaml/highlights.scm
@@ -10,13 +10,13 @@
10
(flow_mapping
11
(_ key: (flow_node (plain_scalar (string_scalar) @property))))
12
13
-["[" "]" "{" "}"] @punctuation.bracket
+["[" "]" "{" "}" "\"" "'"] @punctuation.bracket
14
["," "-" ":" "?" ">" "|"] @punctuation.delimiter
15
["*" "&" "---" "..."] @punctuation.special
16
17
[(null_scalar) (boolean_scalar)] @constant.builtin
18
[(integer_scalar) (float_scalar)] @number
19
-[(double_quote_scalar) (single_quote_scalar) (block_scalar)] @string
+[(double_quote_scalar) (single_quote_scalar) (block_scalar) (plain_scalar)] @string
20
(escape_sequence) @escape
21
22
(comment) @comment
0 commit comments