Skip to content

Commit

Permalink
Fixes #19 by adding activation event for React
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-bond committed Dec 22, 2017
1 parent b1ad833 commit e54ae83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"onLanguage:groovy",
"onLanguage:java",
"onLanguage:javascript",
"onLanguage:javascriptreact",
"onLanguage:less",
"onLanguage:lua",
"onLanguage:objective-c",
Expand Down Expand Up @@ -58,7 +59,7 @@
"color": "#e3f4ff",
"theme": "light"
},
"main": "./out/src/extension",
"main": "./out/extension",
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
Expand Down
1 change: 1 addition & 0 deletions src/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ export class Parser {
case "go":
case "java":
case "javascript":
case "javascriptreact":
case "less":
case "php":
case "rust":
Expand Down

0 comments on commit e54ae83

Please sign in to comment.