Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
added specify keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
granth authored and dchelimsky committed Apr 1, 2009
1 parent b6f62fb commit 0db1543
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Syntaxes/RSpec.tmLanguage
Expand Up @@ -112,7 +112,7 @@
<key>example</key>
<dict>
<key>begin</key>
<string>^\s*(it)\b</string>
<string>^\s*(it|specify)\b</string>
<key>beginCaptures</key>
<dict>
<key>1</key>
Expand Down Expand Up @@ -157,7 +157,7 @@
</dict>
</dict>
<key>match</key>
<string>^\s*(it)\s+(.*[^do])\s*$</string>
<string>^\s*(it|specify)\s+(.*[^do])\s*$</string>
<key>name</key>
<string>meta.rspec.pending</string>
</dict>
Expand All @@ -172,7 +172,7 @@
</dict>
</dict>
<key>match</key>
<string>^\s*(it)\s*{</string>
<string>^\s*(it|specify)\s*{</string>
</dict>
</dict>
<key>scopeName</key>
Expand Down

0 comments on commit 0db1543

Please sign in to comment.