Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby syntax coloring missing for suggested fail/raise statments #665

Closed
jptalton opened this issue Feb 4, 2015 · 1 comment
Closed

Ruby syntax coloring missing for suggested fail/raise statments #665

jptalton opened this issue Feb 4, 2015 · 1 comment

Comments

@jptalton
Copy link

jptalton commented Feb 4, 2015

OS: OSX, ST: Stable 3065

ruby suggests using:

fail Exception, 'msg'  # no good :(

over:

  fail Exception.new('msg') # good, but not prefered :(

however, when doing so, the syntax highlighter for ruby no longer detects the single word "Exception" as a Class References. This also happens in a few other misc. places, but this one seems to catch my eye the most.

@FichteFoll
Copy link
Collaborator

This issue was moved to jskinner/DefaultPackages#99

@sublimehq sublimehq locked and limited conversation to collaborators Feb 4, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants