Skip to content

Commit 5bd80f0

Browse files
committed
1 parent c1f3758 commit 5bd80f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/log/syntaxes/log.tmLanguage.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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/ec0e98bdfbe3b39da175f9f6983aa7a7109acc93",
7+
"version": "https://github.com/emilast/vscode-logfile-highlighter/commit/03cb9582024f477f93f3d27c46f7c084b2b14afe",
88
"name": "Log file",
99
"scopeName": "text.log",
1010
"patterns": [
@@ -86,7 +86,7 @@
8686
"name": "constant.language log.constant"
8787
},
8888
{
89-
"match": "\\b([\\w-]+\\.)+([\\w-])+\\b",
89+
"match": "(?<![\\w/\\\\])([\\w-]+\\.)+([\\w-])+(?![\\w/\\\\])",
9090
"name": "constant.language log.constant"
9191
}
9292
]

0 commit comments

Comments
 (0)