This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
syntax highlighting - strings - issue related to %%
#27
Labels
%%
#27
It seems to create multiple nested string syntax highlights... and since my theme uses a semi-transparent background for the string highlights, you can clearly see that they are piling up on top of each other because they get darker and darker throughout the file:
![image](https://cloud.githubusercontent.com/assets/185923/4749272/8e338880-5a81-11e4-8de2-5cb9d319ff76.png)
On closer inspection, it looks like it's related to the characters
![image](https://cloud.githubusercontent.com/assets/185923/4749344/93608320-5a82-11e4-9dec-42639bf450b9.png)
![image](https://cloud.githubusercontent.com/assets/185923/4749362/edf0785e-5a82-11e4-8b53-9d300c512dbd.png)
![image](https://cloud.githubusercontent.com/assets/185923/4749367/0061ede2-5a83-11e4-8d68-26ac26cdc08d.png)
%%-
and%%=
.And in case it helps, this is a
.erb
file, and the<%%
is meant to escape the ERB tag so that it will output the<%
characters for use in an underscore template.Moved from atom/language-ruby#67
The text was updated successfully, but these errors were encountered: