Skip to content

Commit 94d9cfa

Browse files
committed
Updated README
1 parent bd1ab69 commit 94d9cfa

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# @4az/prettier-plugin-html-erb
22
A prettier plugin for html erb template files that works with prettier v3.
33

4+
## PLEASE READ
5+
This library probably won't be developed any further because I no longer work with Ruby on Rails and thus, the ERB templating system. Feel free to make PRs, fork or whatever you want with this library.
6+
47
# Install
58
## Node
69
```bash
@@ -45,9 +48,9 @@ This plugin doesn't have any special config. You can configure the ruby formatti
4548
# Roadmap
4649
There are a number of features I want to support:
4750
- [x] Support erb delimiters. Ex: `<%- delimiters -%>`.
48-
- [ ] Port library to TypeSript.
49-
- [ ] Add a way to ignore sections of code of being formatted.
50-
- [ ] Support more ways to format blocks.
51+
- [-] Port library to TypeSript.
52+
- [-] Add a way to ignore sections of code of being formatted.
53+
- [-] Support more ways to format blocks.
5154

5255
# Testing
5356
To run tests:

0 commit comments

Comments
 (0)