8000 Syntax: Fix reference to updated core YAML syntax by deathaxe · Pull Request #316 · SublimeText/PackageDev · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Syntax: Fix reference to updated core YAML syntax #316

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
@@ -180,7 +180,7 @@ contexts:
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
# (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