awatson1978/meteor-api

Coffee Syntax Upgrades

ccorcos opened this issue · 2 comments

Hey, I don't have any idea how to build syntax highlighters, but it would be nice if the "Koffeescript (Meteor)" highlighter would highlight "and" "or" "not" "?" "is" "isn't"

Hi. It's mostly a matter of writing regexes. Look in your ~/.atom/packages directory, and you should see the meteor-api package. Tinker with it a bit, and if you get something to work, drop me a line and I'll add it in!

Hmm. So it seems that "keyword.operator.coffee" is what I'm looking for and my syntax highlighter doesnt color it. So this isn't an issue with this grammar (still figuring out how all this works).

I have a custom stylesheet though. Any ideas how I can somehow link the keyword.operator.coffee to color like a keyword.control.coffee?