We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f3758 commit 5bd80f0Copy full SHA for 5bd80f0
extensions/log/syntaxes/log.tmLanguage.json
@@ -4,7 +4,7 @@
4
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
5
"Once accepted there, we are happy to receive an update request."
6
],
7
- "version": "https://github.com/emilast/vscode-logfile-highlighter/commit/ec0e98bdfbe3b39da175f9f6983aa7a7109acc93",
+ "version": "https://github.com/emilast/vscode-logfile-highlighter/commit/03cb9582024f477f93f3d27c46f7c084b2b14afe",
8
"name": "Log file",
9
"scopeName": "text.log",
10
"patterns": [
@@ -86,7 +86,7 @@
86
"name": "constant.language log.constant"
87
},
88
{
89
- "match": "\\b([\\w-]+\\.)+([\\w-])+\\b",
+ "match": "(?<![\\w/\\\\])([\\w-]+\\.)+([\\w-])+(?![\\w/\\\\])",
90
91
}
92
]
0 commit comments