Skip to content

Commit

Permalink
fix: SFC syntax broken in vscode v1.70.0
Browse files Browse the repository at this point in the history
close #1566, close #1675
  • Loading branch information
johnsoncodehk committed Aug 5, 2022
1 parent 54a96a1 commit ff01369
Show file tree
Hide file tree
Showing 3 changed files with 176 additions and 45 deletions.
4 changes: 2 additions & 2 deletions extensions/vscode-vue-language-features/package.json
Expand Up @@ -187,7 +187,7 @@
"source.postcss": "postcss",
"source.js": "javascript",
"source.ts": "typescript",
"source.jsx": "javascriptreact",
"source.js.jsx": "javascriptreact",
"source.tsx": "typescriptreact",
"source.json": "json",
"source.json.comments": "jsonc",
Expand Down Expand Up @@ -218,7 +218,7 @@
"source.postcss": "postcss",
"source.js": "javascript",
"source.ts": "typescript",
"source.jsx": "javascriptreact",
"source.js.jsx": "javascriptreact",
"source.tsx": "typescriptreact",
"source.json": "json",
"source.json.comments": "jsonc",
Expand Down

0 comments on commit ff01369

Please sign in to comment.