Skip to content
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
2 changes: 0 additions & 2 deletions YamlPipeline.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ contexts:
pop: 1
- match: ^(?=\S) # the block is empty
pop: 1
- include: comment # include comments but not properties
- match: .+
scope: invalid.illegal.expected-comment-or-newline.yaml

Expand All @@ -135,7 +134,6 @@ contexts:
pop: 1
- match: ^(?=\S) # the block is empty
pop: 1
- include: comment # include comments but not properties
- match: .+
scope: invalid.illegal.expected-comment-or-newline.yaml

Expand Down