Skip to content

Commit

Permalink
Fixing per discussion on IBM-Cloud#8
Browse files Browse the repository at this point in the history
  • Loading branch information
kaestlyn committed Dec 29, 2016
1 parent ce2488f commit 1c06a91
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@
"contributes": {
"languages": [
{
"id": "log",
"id": "Log",
"aliases": [
"vscode-output-colorizer",
"log"
"log",
"Log"
],
"extensions": [
".log"
Expand All @@ -43,7 +44,7 @@
],
"grammars": [
{
"language": "log",
"language": "Log",
"scopeName": "bmcode.log",
"path": "./src/syntaxes/log.tmLanguage"
}
Expand Down

0 comments on commit 1c06a91

Please sign in to comment.