Skip to content

Commit

Permalink
add support for vue-postcss language (#272)
Browse files Browse the repository at this point in the history
* Add `vue-postcss` language support
* Add 'vue-postcss' to readme
  • Loading branch information
charlescrtr authored and shinnn committed Jun 10, 2019
1 parent c1adcf7 commit 7ee879d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Once a user follows [the stylelint startup guide](https://github.com/stylelint/s
* [Svelte (`svelte`)](https://marketplace.visualstudio.com/items?itemName=JamesBirtles.svelte-vscode)
* TypeScript (`typescript`)
* TypeScript React (`typescriptreact`)
* [Vue (`vue`, `vue-html`)](https://marketplace.visualstudio.com/items?itemName=octref.vetur)
* [Vue (`vue`, `vue-html`, `vue-postcss`)](https://marketplace.visualstudio.com/items?itemName=octref.vetur)
* XML (`xml`)
* XSL (`xsl`)

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"onLanguage:typescript",
"onLanguage:typescriptreact",
"onLanguage:vue",
"onLanguage:vue-html",
"onLanguage:vue-html",
"onLanguage:vue-postcss",
"onLanguage:xml",
"onLanguage:xsl"
],
Expand Down

0 comments on commit 7ee879d

Please sign in to comment.