We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2488f commit f74c065Copy full SHA for f74c065
src/syntaxes/log.tmLanguage
@@ -43,7 +43,7 @@
43
<dict>
44
<!-- Exception (with custom naming and namespacing) -->
45
<key>match</key>
46
- <string>\b(?i:((([a-z]|[0-9])*\.)*[a-z]|[0-9])*Exception)\b</string>
+ <string>\b(?i:((([a-z]|[0-9])*\.)*[a-z]|[0-9])*(Exception|Error|Failure|Fail))\b</string>
47
<key>name</key>
48
<string>error-token</string>
49
</dict>
0 commit comments