Skip to content

Commit

Permalink
Change spaces to tabs for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Mar 29, 2012
1 parent ad02b60 commit 2de54a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editors/Stylus.tmbundle/Syntaxes/Stylus.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@
</dict>
<key>match</key>
<string>(?x)
(?:-|\+)?(?:(?:[0-9]+(?:\.[0-9]+)?)|(?:\.[0-9]+))
((?:px|pt|ch|cm|mm|in|r?em|ex|pc|deg|g?rad|dpi|dpcm|s)\b|%)?</string>
(?:-|\+)?(?:(?:[0-9]+(?:\.[0-9]+)?)|(?:\.[0-9]+))
((?:px|pt|ch|cm|mm|in|r?em|ex|pc|deg|g?rad|dpi|dpcm|s)\b|%)?</string>
<key>name</key>
<string>constant.numeric.stylus</string>
</dict>
Expand Down

0 comments on commit 2de54a0

Please sign in to comment.