Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Not ignoring ERB tags in quoted string #32

@ismyrnow

Description

@ismyrnow

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 works
close: %>"
now: highlighting works

Currently, this also breaks in Github. However, I'll include a screenshot just in case:

2015-09-03_1113

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions