Skip to content

Commit

Permalink
Grammar: Fix comments starting a sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
FichteFoll authored and infininight committed May 4, 2018
1 parent 9234d38 commit e54ceae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/YAML.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
<key>block-sequence</key>
<dict>
<key>match</key>
<string>(-)( |\t|$)</string>
<string>(-)(?!\S)</string>
<key>name</key>
<string>punctuation.definition.block.sequence.item.yaml</string>
</dict>
Expand Down

0 comments on commit e54ceae

Please sign in to comment.