Skip to content

Commit

Permalink
Add vue.js support
Browse files Browse the repository at this point in the history
  • Loading branch information
ficristo committed Sep 19, 2017
1 parent cd8a4a4 commit 6cbf7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Expand Up @@ -103,7 +103,7 @@ define((require, exports, module) => {
contextMenu.addMenuItem(AUTOFIX_COMMAND_ID);

// register a linter with CodeInspection
['javascript', 'jsx', 'typescript', 'tsx'].forEach((langId) => {
['javascript', 'jsx', 'typescript', 'tsx', 'vue'].forEach((langId) => {
CodeInspection.register(langId, {
name: LINTER_NAME,
scanFile: handleLintSync,
Expand Down

0 comments on commit 6cbf7cd

Please sign in to comment.