Skip to content

Commit

Permalink
Indent pattern wasn't working for rules with dashes in them
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimm committed Feb 11, 2011
1 parent d325d57 commit c066145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/Citrus.tmbundle/Preferences/Indent.tmPreferences
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>decreaseIndentPattern</key> <key>decreaseIndentPattern</key>
<string>^\s*end\s*$</string> <string>^\s*end\s*$</string>
<key>increaseIndentPattern</key> <key>increaseIndentPattern</key>
<string>^\s*(grammar|rule)\s+\w+\s*$</string> <string>^\s*(grammar|rule)\s+[\w\-]+\s*$</string>
</dict> </dict>
<key>uuid</key> <key>uuid</key>
<string>2087091C-5138-429B-9B5A-C64E771F5894</string> <string>2087091C-5138-429B-9B5A-C64E771F5894</string>
Expand Down

0 comments on commit c066145

Please sign in to comment.