Skip to content

Commit

Permalink
Support Vue templates (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
stkb committed Mar 23, 2018
1 parent 302076c commit ab1d4ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
See also [https://github.com/stkb/vscode-rewrap/releases](https://github.com/stkb/vscode-rewrap/releases) (for working links to issues)


## Unreleased

- Support Vue HTML templates (#82)


## 1.8.0

Mostly bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion core/Parsing.Documents.fs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ let languages : Language[] = [|
java
lang "Haskell" "" ".hs"
( sourceCode [ line "--"; block ( "{-\s*\|?", "-}" ) ] )
lang "HTML" "" ".htm|.html"
lang "HTML" "vue" ".htm|.html|.vue"
html
lang "INI" "" ".ini"
( sourceCode [ line "[#;]" ] )
Expand Down

0 comments on commit ab1d4ce

Please sign in to comment.