File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22 "name" : " output-colorizer" ,
33 "displayName" : " Output Colorizer" ,
44 "description" : " Syntax highlighting for log output" ,
5- "version" : " 0.0.10 " ,
5+ "version" : " 0.0.11 " ,
66 "publisher" : " IBM" ,
77 "engines" : {
88 "vscode" : " ^1.0.0"
Original file line number Diff line number Diff line change 4343 <dict >
4444 <!-- Exception (with custom naming and namespacing) -->
4545 <key >match </key >
46- <string >\b(?i:((([a-z]|[0-9])* \.)*[a-z]|[0-9])*(Exception|Error|Failure|Fail))\b </string >
46+ <string >\b(?i:((\.)*[a-z]|[0-9])*(Exception|Error|Failure|Fail))\b </string >
4747 <key >name </key >
4848 <string >invalid </string >
4949 </dict >
9292 <dict >
9393 <!-- Namespace -->
9494 <key >match </key >
95- <string >\b(?i:(([a-z]|[0-9])*(\.([a-z]|[0-9])*)+))\b </string >
95+ <string >\b(?i:(([a-z]|[0-9]|_ )*(\.([a-z]|[0-9])*)+))\b </string >
9696 <key >name </key >
9797 <string >support.type </string >
9898 </dict >
You can’t perform that action at this time.
0 commit comments