Skip to content

Commit b2e3536

Browse files
deathaxeFichteFoll
authored andcommitted
Syntax: Fix reference to updated core YAML syntax
Broken by: sublimehq/Packages#2566
1 parent b8fd402 commit b2e3536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package/Sublime Text Syntax Definition/Sublime Text Syntax Definition.sublime-syntax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ contexts:
154154
# (based on YAML.sublime-syntax#block-pair)
155155
- match: '^ +{{block_key_lookahead}}'
156156
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
158158
- match: :(?=\s|$)
159159
scope: punctuation.separator.mapping.key-value.yaml
160160
set: expect_regexp
@@ -180,7 +180,7 @@ contexts:
180180
# (based on YAML.sublime-syntax#block-pair)
181181
- match: ^ {1,2}{{block_key_lookahead}}
182182
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
184184
- match: :(?=\s|$)
185185
scope: punctuation.separator.mapping.key-value.yaml
186186
pop: true

0 commit comments

Comments
 (0)