Skip to content

Commit 69af301

Browse files
committed
highlighting for nosetests results
1 parent 141f4dc commit 69af301

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/syntaxes/test.tmLanguage

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@
107107
<key>name</key>
108108
<string>error-token</string>
109109
</dict>
110+
<dict>
111+
<key>match</key>
112+
<string>^ERROR: .*</string>
113+
<key>name</key>
114+
<string>error-token</string>
115+
</dict>
110116
<dict>
111117
<key>match</key>
112118
<string>^([a-z]|[A-Z])*Error: .*</string>

0 commit comments

Comments
 (0)