caleb / gruvbox-syntax-atom

MIT License
33 stars 7 forks source link

CoffeeScript multiline comment tags displaying incorrectly #11

Closed objectkit closed 7 years ago

objectkit commented 7 years ago

Hi there, unfortunately comment tags are not being displayed correctly in multiline CoffeeScript comments. Rather than displaying with the light grey colour as they do in single line comments, comment tags in multiline comments are being displayed in bright red.

I had a look at ./styles/language.less and can see the .syntax--comment definition there, and it makes sense... but a bit mystified as to why this is not being applied to comment tags in multiline comments.

I can only assume that comment tags in multiline comments are being interpreted as object properties due to the @ symbol preceding tags.

I also had a look at './styles/languages/cs.less'... any advice on what rules to use to make comment tags in multiline comments appear in a different colour?