mirror of
https://github.com/awatson1978/meteor-api.git
synced 2026-05-16 14:15:59 -06:00
[GH-ISSUE #61] Coffee Syntax Upgrades #54
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/meteor-api#54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ccorcos on GitHub (Jul 21, 2015).
Original GitHub issue: https://github.com/awatson1978/meteor-api/issues/61
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"
@awatson1978 commented on GitHub (Jul 21, 2015):
Hi. It's mostly a matter of writing regexes. Look in your
~/.atom/packagesdirectory, and you should see themeteor-apipackage. Tinker with it a bit, and if you get something to work, drop me a line and I'll add it in!@ccorcos commented on GitHub (Jul 21, 2015):
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.coffeeto color like akeyword.control.coffee?