devongovett / atom-jade

Jade TextMate bundle converted for Atom
51 stars 26 forks source link

Changing variable bracket color #53

Open smaili opened 9 years ago

smaili commented 9 years ago

I noticed that the #{} bracket starts out red, as shown below: before

but once the bracket is closed, it changes to green: after

Is this is a bug or on purpose? If it's on purpose, what's the best way to keep the original red color? Coming from MacVim, I'm a big fan of the red: vim

fpereira1 commented 8 years ago

I don't know if this still an issue, here's what I get:

img

smaili commented 8 years ago

Woah, completely forgot I had posted it!

What version do you have? Mine still continues to have the same behavior.

fpereira1 commented 8 years ago

@smaili atom 1.4.1 and latest version of devongovett/atom-jade

alexchandel commented 7 years ago

@smaili the best way is with an Atom theme, or by editing your styles.less

You can highlight them separately as long as this grammar tags them separately (e.g. as variable.sigil vs variable.identifier or something).

Unfortunately I don't know precisely what scopes those are, and Atom has unbelievably shitty documentation about this, verging on actively discouraging the use of Atom, so I can't tell you what to put in your custom theme or styles.less, nor what this grammar should tag those captures with if it doesn't already.