You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
I have a quoted string which should contain <% in it. The result is that the string isn't closed unless a closing ERB tag and closing quote is found.
I'm not sure how you would work around this in the grammar without breaking the ERB highlighting. However, I would consider proper YAML highlight a priority, considering the context.
Example:
password: "foo<%bar"now: highlighting no longer worksclose: %>"now: highlighting works
Currently, this also breaks in Github. However, I'll include a screenshot just in case:
The text was updated successfully, but these errors were encountered:
I have a quoted string which should contain
<%
in it. The result is that the string isn't closed unless a closing ERB tag and closing quote is found.I'm not sure how you would work around this in the grammar without breaking the ERB highlighting. However, I would consider proper YAML highlight a priority, considering the context.
Example:
Currently, this also breaks in Github. However, I'll include a screenshot just in case:
The text was updated successfully, but these errors were encountered: