Skip to content

Commit 125c21d

Browse files
authored
Update log grammar (microsoft#204360)
1 parent f837742 commit 125c21d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

extensions/log/cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"git": {
77
"name": "vscode-logfile-highlighter",
88
"repositoryUrl": "https://github.com/emilast/vscode-logfile-highlighter",
9-
"commitHash": "8acba9307254d1887ac770057767698c82d926c6"
9+
"commitHash": "eb50e785c27b4b4f7dbf6c0e801c58fe91baef5d"
1010
}
1111
},
1212
"license": "MIT",
13-
"version": "2.15.0"
13+
"version": "2.17.0"
1414
}
1515
],
1616
"version": 1

extensions/log/syntaxes/log.tmLanguage.json

Lines changed: 2 additions & 2 deletions
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/8acba9307254d1887ac770057767698c82d926c6",
7+
"version": "https://github.com/emilast/vscode-logfile-highlighter/commit/eb50e785c27b4b4f7dbf6c0e801c58fe91baef5d",
88
"name": "Log file",
99
"scopeName": "text.log",
1010
"patterns": [
@@ -113,7 +113,7 @@
113113
"name": "string.regexp, emphasis log.exceptiontype"
114114
},
115115
{
116-
"begin": "^[\\t ]*at",
116+
"begin": "^[\\t ]*at[\\t ]",
117117
"end": "$",
118118
"name": "string.key, emphasis log.exception"
119119
},

0 commit comments

Comments
 (0)