File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 " If you want to provide a fix or improvement, please create a pull request against the original repository." ,
55 " Once accepted there, we are happy to receive an update request."
66 ],
7- "version" : " https://github.com/emilast/vscode-logfile-highlighter/commit/8196aa2cc8dd9b1eda431203857e5317866facec " ,
7+ "version" : " https://github.com/emilast/vscode-logfile-highlighter/commit/73d0058c4712dc93bb4f8f6ca3629d421da0651d " ,
88 "name" : " Log file" ,
99 "scopeName" : " text.log" ,
1010 "patterns" : [
8686 "name" : " constant.language log.constant"
8787 },
8888 {
89- "match" : " (([A-Za-z ]\\ :( \\\\ |/)) |(\\ .( \\\\ |/)) |(\\ .\\ .( \\\\ |/)){1,}|( \\\\\\\\ |// )[\\ w -]+( \\\\ |/))([ \\ w -]+( \\\\ |/))* " ,
89+ "match" : " (([a-zA-Z ]\\ :) |(\\ .\\ .) |(\\ .))?((/| \\\\ )[\\ w\\ - \\ .]*) " ,
9090 "name" : " constant.language log.constant"
9191 },
9292 {
93- "match" : " \\ b([\\ w]+\\ .)+(\\ w)+\\ b" ,
93+ "match" : " \\ b([\\ w- ]+\\ .)+([ \\ w-] )+\\ b" ,
9494 "name" : " constant.language log.constant"
9595 }
9696 ]
You can’t perform that action at this time.
0 commit comments