Skip to content

Commit

Permalink
Fixed comma, single quote, question mark color issues (closes #25)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdeponte committed Feb 29, 2012
1 parent 58b573d commit faf3fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GuardOutput.tmLanguage
Expand Up @@ -77,7 +77,7 @@
</dict>
<dict>
<key>begin</key>
<string>\s+\d+\)\s+[\w+:#\s\-\.]+</string>
<string>\s+\d+\)\s+[\w+:#\s\-\.',?]+</string>
<key>comment</key>
<string>failure tracebacks</string>
<key>contentName</key>
Expand Down

0 comments on commit faf3fcf

Please sign in to comment.