Skip to content

Commit

Permalink
Add 'around' to syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pcasaretto committed Mar 7, 2012
1 parent b97b702 commit 542eb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/RSpec.tmLanguage
Expand Up @@ -50,7 +50,7 @@
<array> <array>
<dict> <dict>
<key>match</key> <key>match</key>
<string>(?&lt;!\.)\b(before|after)\b(?![?!])</string> <string>(?&lt;!\.)\b(before|after|around)\b(?![?!])</string>
<key>name</key> <key>name</key>
<string>keyword.other.rspec</string> <string>keyword.other.rspec</string>
</dict> </dict>
Expand Down

0 comments on commit 542eb89

Please sign in to comment.