Skip to content

Commit c3fa2a2

Browse files
committed
1 parent 9ce155f commit c3fa2a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

extensions/log/syntaxes/log.tmLanguage.json

+3-3
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/8196aa2cc8dd9b1eda431203857e5317866facec",
7+
"version": "https://github.com/emilast/vscode-logfile-highlighter/commit/73d0058c4712dc93bb4f8f6ca3629d421da0651d",
88
"name": "Log file",
99
"scopeName": "text.log",
1010
"patterns": [
@@ -86,11 +86,11 @@
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
]

0 commit comments

Comments
 (0)