提交 5bd80f00 编写于 作者: S Sandeep Somavarapu

Fix #44808

上级 c1f3758a
......@@ -4,7 +4,7 @@
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"version": "https://github.com/emilast/vscode-logfile-highlighter/commit/ec0e98bdfbe3b39da175f9f6983aa7a7109acc93",
"version": "https://github.com/emilast/vscode-logfile-highlighter/commit/03cb9582024f477f93f3d27c46f7c084b2b14afe",
"name": "Log file",
"scopeName": "text.log",
"patterns": [
......@@ -86,7 +86,7 @@
"name": "constant.language log.constant"
},
{
"match": "\\b([\\w-]+\\.)+([\\w-])+\\b",
"match": "(?<![\\w/\\\\])([\\w-]+\\.)+([\\w-])+(?![\\w/\\\\])",
"name": "constant.language log.constant"
}
]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册