Skip to content

Commit

Permalink
Syntax: Fix reference to updated core YAML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe authored and FichteFoll committed Nov 28, 2020
1 parent b8fd402 commit b2e3536
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ contexts:
# (based on YAML.sublime-syntax#block-pair)
- match: '^ +{{block_key_lookahead}}'
push:
- include: Packages/YAML/YAML.sublime-syntax#flow-scalar-plain-out-implicit-type
- include: Packages/YAML/YAML.sublime-syntax#flow-scalar-plain-out-implicit-type-12
- match: :(?=\s|$)
scope: punctuation.separator.mapping.key-value.yaml
set: expect_regexp
Expand All @@ -180,7 +180,7 @@ contexts:
# (based on YAML.sublime-syntax#block-pair)
- match: ^ {1,2}{{block_key_lookahead}}
push:
- include: Packages/YAML/YAML.sublime-syntax#flow-scalar-plain-out-implicit-type
- include: Packages/YAML/YAML.sublime-syntax#flow-scalar-plain-out-implicit-type-12
- match: :(?=\s|$)
scope: punctuation.separator.mapping.key-value.yaml
pop: true
Expand Down

0 comments on commit b2e3536

Please sign in to comment.