Skip to content

Commit

Permalink
Fix comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Mar 30, 2012
1 parent fe0aaaf commit deb1bdf
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions editors/Stylus.tmbundle/Syntaxes/Stylus.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@
<key>name</key>
<string>comment.line.stylus</string>
</dict>
<dict>
<key>begin</key>
<string>/\*</string>
<key>captures</key>
<dict>
<key>0</key>
<dict>
<key>name</key>
<string>punctuation.definition.comment.stylus</string>
</dict>
</dict>
<key>end</key>
<string>\*/</string>
<key>name</key>
<string>comment.block.stylus</string>
</dict>
<dict>
<key>captures</key>
<dict>
Expand Down Expand Up @@ -161,22 +177,6 @@
<key>name</key>
<string>string.quoted.single.stylus</string>
</dict>
<dict>
<key>begin</key>
<string>/\*</string>
<key>captures</key>
<dict>
<key>0</key>
<dict>
<key>name</key>
<string>punctuation.definition.comment.stylus</string>
</dict>
</dict>
<key>end</key>
<string>\*/</string>
<key>name</key>
<string>comment.block.stylus</string>
</dict>
<dict>
<key>comment</key>
<string>http://www.w3.org/TR/CSS21/syndata.html#value-def-color</string>
Expand Down

0 comments on commit deb1bdf

Please sign in to comment.