Skip to content

Javascript syntax highlighting breaks with string in ruby interpolation #10

@baelter

Description

@baelter

E.g.

Ok

var myVar = #{@var_a.fetch(:var_b)};

Not ok

var myVar = #{@var_a.fetch('var_b')};

Not ok

var myVar = #{@var_a.fetch("var_b")};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions