Rails ERB files: How to get basic HTML editor behavior #6655
Unanswered
markoa
asked this question in
General Q&A
Replies: 0 comments 2 replies
-
This is a Zed bug. It seems like it applies to plain HTML files too. Our parsing of tags that are unclosed at the top level seems incorrect. I think we'll need to fix this in the HTML parser we use, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say I'm in a Rails project and open a
*.html.erb
file. Zed correctly detects the ERB file type. However if I type<p>
and press return for example, the editor does not indent the next line. Whose responsibility is this, Zed's or language server's? Looking for the right place to tweak settings.Beta Was this translation helpful? Give feedback.
All reactions