Skip to content

Commit

Permalink
fixes #16, fixes #17, fixes #20, fixes #21, fixes #23
Browse files Browse the repository at this point in the history
In this commit a made a number of changes to the language defintion
to fix a few coloring issues that were appearing do to regex issues
in the language definition.
  • Loading branch information
drewdeponte committed Feb 29, 2012
1 parent cf426d1 commit f341b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -104,7 +104,7 @@
<key>comment</key>
<string>comment</string>
<key>match</key>
<string>[.#]*#\s+[.\w\/:#\s`\(\)&lt;&gt;]+</string>
<string>[.#]*#\s+[.\w\/:#\s`\(\)&lt;&gt;\-\?']+</string>
<key>name</key>
<string>test.comment.rspec_output</string>
</dict>
Expand Down

0 comments on commit f341b48

Please sign in to comment.