File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
;; keys
2
2
(block_mapping_pair
3
- key: (flow_node [(double_quote_scalar) (single_quote_scalar)] @variable ))
3
+ key: (flow_node [(double_quote_scalar) (single_quote_scalar)] @property ))
4
4
(block_mapping_pair
5
- key: (flow_node (plain_scalar (string_scalar) @variable )))
5
+ key: (flow_node (plain_scalar (string_scalar) @property )))
6
6
7
7
;; keys within inline {} blocks
8
8
(flow_mapping
9
- (_ key: (flow_node [(double_quote_scalar) (single_quote_scalar)] @variable )))
9
+ (_ key: (flow_node [(double_quote_scalar) (single_quote_scalar)] @property )))
10
10
(flow_mapping
11
- (_ key: (flow_node (plain_scalar (string_scalar) @variable ))))
11
+ (_ key: (flow_node (plain_scalar (string_scalar) @property ))))
12
12
13
13
["[" "]" "{" "}"] @punctuation.bracket
14
14
["," "-" ":" "?" ">" "|"] @punctuation.delimiter
You can’t perform that action at this time.
0 commit comments