Skip to content

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

Description

@FichteFoll

From @jptalton on February 4, 2015 16:40

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.

Copied from original issue: sublimehq/sublime_text#665

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions