File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 91
91
</dict >
92
92
<dict >
93
93
<key >match </key >
94
- <string >\b(?i:(Down|Error|Failure|Fail|Fatal|false))\:?( \b)+ </string >
94
+ <string >\b(?i:(Down|Error|Failure|Fail|Fatal|false))(\:| \b) </string >
95
95
<key >name </key >
96
96
<string >error-token </string >
97
97
</dict >
98
98
<dict >
99
99
<key >match </key >
100
- <string >\b(?i:(hint|info|information|true))\:?( \b)+ </string >
100
+ <string >\b(?i:(hint|info|information|true))(\:| \b) </string >
101
101
<key >name </key >
102
102
<string >info-token </string >
103
103
</dict >
104
104
<dict >
105
105
<key >match </key >
106
- <string >\b(?i:(warning|warn|test|debug|null|undefined))\:?( \b)+ </string >
106
+ <string >\b(?i:(warning|warn|test|debug|null|undefined))(\:| \b) </string >
107
107
<key >name </key >
108
108
<string >warn-token </string >
109
109
</dict >
110
110
<dict >
111
111
<key >match </key >
112
- <string >\b(?i:(local))\:?( \b)+ </string >
112
+ <string >\b(?i:(local))(\:| \b) </string >
113
113
<key >name </key >
114
114
<string >info-token </string >
115
115
</dict >
116
116
<dict >
117
117
<key >match </key >
118
- <string >\b(?i:(server|running|remote))\:?( \b)+ </string >
118
+ <string >\b(?i:(server|running|remote))(\:| \b) </string >
119
119
<key >name </key >
120
120
<string >comment.line </string >
121
121
</dict >
You can’t perform that action at this time.
0 commit comments