Skip to content

Commit e9088e8

Browse files
authored
Merge pull request #12 from twlamb/master
Fixing links in output to be clickable
2 parents ce2488f + 1c06a91 commit e9088e8

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)