Closed jrectenwald closed 3 years ago
This adds embedded js rules to the grammar for html.erb files so that erb syntax highlighting will work inside of script tags.
html.erb
None
ERB highlighting will work correctly when placed inside of a script tag.
Before:
After
None that I am aware of
Thanks for the contribution
Thanks for the review!
Description of the Change
This adds embedded js rules to the grammar for
html.erb
files so that erb syntax highlighting will work inside of script tags.Alternate Designs
None
Benefits
ERB highlighting will work correctly when placed inside of a script tag.
Before:
After
Possible Drawbacks
None that I am aware of
Applicable Issues
192 and #230