Skip to content

Commit

Permalink
Add support for html.erb files (stkb#265)
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Baker <scsavtnk@gmail.com>
  • Loading branch information
bbugh and stkb committed Mar 19, 2021
1 parent 47fbdac commit af1f889
Show file tree
Hide file tree
Showing 5 changed files with 4,615 additions and 14 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
See also [https://github.com/stkb/vscode-rewrap/releases](https://github.com/stkb/vscode-rewrap/releases) (for working links to issues)

## Unreleased

- Add ERB (HTML) `.html.erb` (#265).

## 1.14.0

Expand Down
2 changes: 1 addition & 1 deletion core/Parsing.Documents.fs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ let mutable languages = [
line "#"
]
)
lang "HTML" "htmlx|vue" ".htm|.html|.vue"
lang "HTML" "htmlx|vue|erb" ".htm|.html|.vue"
html
lang "INI" "" ".ini"
( sourceCode [ line "[#;]" ] )
Expand Down
Loading

0 comments on commit af1f889

Please sign in to comment.