Skip to content

Commit

Permalink
add haml support
Browse files Browse the repository at this point in the history
  • Loading branch information
deerawan committed Jun 19, 2017
1 parent 9f94e49 commit b9f9802
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.6.0
- Add haml support

## 1.5.0
- Add Zeal Support (thx to [szhongren](https://github.com/szhongren)!)
- Add javascript to typescript mapping
Expand Down
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,15 @@
"haskell"
]
},
"dash.docset.haml": {
"type": "array",
"items": {
"type": "string"
},
"default": [
"haml"
]
},
"dash.docset.html": {
"type": "array",
"items": {
Expand Down

0 comments on commit b9f9802

Please sign in to comment.