Skip to content

Commit baea4a1

Browse files
author
ANDREW M. TRICE
committed
Merge branch 'master' of github.com:IBM-Bluemix/vscode-log-output-colorizer
2 parents f74c065 + e9088e8 commit baea4a1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@
2727
"contributes": {
2828
"languages": [
2929
{
30-
"id": "log",
30+
"id": "Log",
3131
"aliases": [
3232
"vscode-output-colorizer",
33-
"log"
33+
"log",
34+
"Log"
3435
],
3536
"extensions": [
3637
".log"
@@ -43,7 +44,7 @@
4344
],
4445
"grammars": [
4546
{
46-
"language": "log",
47+
"language": "Log",
4748
"scopeName": "bmcode.log",
4849
"path": "./src/syntaxes/log.tmLanguage"
4950
}

0 commit comments

Comments
 (0)