Skip to content

Commit

Permalink
add XSL support (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
gucong3000 authored and shinnn committed Jul 26, 2018
1 parent c7125cd commit c3f0521
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Once a user follows [the stylelint startup guide](https://github.com/stylelint/s
* TypeScript React (`typescriptreact`)
* [Vue (`vue`, `vue-html`)](https://marketplace.visualstudio.com/items?itemName=octref.vetur)
* XML (`xml`)
* XSL (`xsl`)

### Extension settings

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:typescriptreact",
"onLanguage:vue",
"onLanguage:vue-html",
"onLanguage:xml"
"onLanguage:xml",
"onLanguage:xsl"
],
"main": "index.js",
"contributes": {
Expand Down

0 comments on commit c3f0521

Please sign in to comment.