atuttle / atom-language-cfml

:space_invader: A CFML Language for the Atom Editor
38 stars 24 forks source link

Backslash in string literal as a function argument confuses highlighter #74

Closed ArtskydJ closed 8 years ago

ArtskydJ commented 8 years ago

The syntax highlighter is getting confused on backslashes in string literals that are function parameters. The string with the backslash can be defined as a variable outside the function call, so there's an easy work-around.

capture

Similar to #27. Using v0.11.0.

Thanks for all the work that you maintainers put into this package! It really helps me out with my work!

ArtskydJ commented 8 years ago

Depending on how much time I have, I might be able to make a PR for the tests at least.

This isn't a show stopper, because I'm able to define backslash in its own variable.

elpete commented 8 years ago

Fixed in 0.12