File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Package/Sublime Text Syntax Definition Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ contexts:
154
154
# (based on YAML.sublime-syntax#block-pair)
155
155
- match : ' ^ +{{block_key_lookahead}}'
156
156
push :
157
- - include : Packages/YAML/YAML.sublime-syntax#flow-scalar-plain-out-implicit-type
157
+ - include : Packages/YAML/YAML.sublime-syntax#flow-scalar-plain-out-implicit-type-12
158
158
- match : :(?=\s|$)
159
159
scope : punctuation.separator.mapping.key-value.yaml
160
160
set : expect_regexp
@@ -180,7 +180,7 @@ contexts:
180
180
# (based on YAML.sublime-syntax#block-pair)
181
181
- match : ^ {1,2}{{block_key_lookahead}}
182
182
push :
183
- - include : Packages/YAML/YAML.sublime-syntax#flow-scalar-plain-out-implicit-type
183
+ - include : Packages/YAML/YAML.sublime-syntax#flow-scalar-plain-out-implicit-type-12
184
184
- match : :(?=\s|$)
185
185
scope : punctuation.separator.mapping.key-value.yaml
186
186
pop : true
You can’t perform that action at this time.
0 commit comments