File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
" If you want to provide a fix or improvement, please create a pull request against the original repository." ,
5
5
" Once accepted there, we are happy to receive an update request."
6
6
],
7
- "version" : " https://github.com/emilast/vscode-logfile-highlighter/commit/8196aa2cc8dd9b1eda431203857e5317866facec " ,
7
+ "version" : " https://github.com/emilast/vscode-logfile-highlighter/commit/73d0058c4712dc93bb4f8f6ca3629d421da0651d " ,
8
8
"name" : " Log file" ,
9
9
"scopeName" : " text.log" ,
10
10
"patterns" : [
86
86
"name" : " constant.language log.constant"
87
87
},
88
88
{
89
- "match" : " (([A-Za-z ]\\ :( \\\\ |/)) |(\\ .( \\\\ |/)) |(\\ .\\ .( \\\\ |/)){1,}|( \\\\\\\\ |// )[\\ w -]+( \\\\ |/))([ \\ w -]+( \\\\ |/))* " ,
89
+ "match" : " (([a-zA-Z ]\\ :) |(\\ .\\ .) |(\\ .))?((/| \\\\ )[\\ w\\ - \\ .]*) " ,
90
90
"name" : " constant.language log.constant"
91
91
},
92
92
{
93
- "match" : " \\ b([\\ w]+\\ .)+(\\ w)+\\ b" ,
93
+ "match" : " \\ b([\\ w- ]+\\ .)+([ \\ w-] )+\\ b" ,
94
94
"name" : " constant.language log.constant"
95
95
}
96
96
]
You can’t perform that action at this time.
0 commit comments