Skip to content

Commit

Permalink
Grammar: Change block scalar indicator scopes
Browse files Browse the repository at this point in the history
keyword.control.flow and storage.modifier seem more appropriate
and the characters are important enough to warrant a colored scope.
  • Loading branch information
FichteFoll authored and infininight committed May 4, 2018
1 parent efc96ef commit 6f6cd3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Syntaxes/YAML.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,12 @@
<key>1</key>
<dict>
<key>name</key>
<string>punctuation.definition.block.scalar.literal.yaml</string>
<string>keyword.control.flow.block-scalar.literal.yaml</string>
</dict>
<key>2</key>
<dict>
<key>name</key>
<string>punctuation.definition.block.scalar.folded.yaml</string>
<string>keyword.control.flow.block-scalar.folded.yaml</string>
</dict>
<key>3</key>
<dict>
Expand All @@ -235,7 +235,7 @@
<key>4</key>
<dict>
<key>name</key>
<string>support.other.chomping-indicator.yaml</string>
<string>storage.modifier.chomping-indicator.yaml</string>
</dict>
<key>5</key>
<dict>
Expand Down

0 comments on commit 6f6cd3c

Please sign in to comment.