We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You might know that @ (at) is a shorthand for this in CoffeeScript. It doesn't get highlighted in Sublime Text 2.0.2, SBC 0.7.0.
@
this
Also, you might want to make sure that @ can be highlighted without anything after it (i.e. highlight both @ and @foo).
@foo
The text was updated successfully, but these errors were encountered:
Sorry, just saw the changelog. It isn't available on ST 2.
Sorry, something went wrong.
Ah okay, thank you anyways!
By the way, the master branch might work for ST2 as well!
No branches or pull requests
You might know that
@
(at) is a shorthand forthis
in CoffeeScript. It doesn't get highlighted in Sublime Text 2.0.2, SBC 0.7.0.Also, you might want to make sure that
@
can be highlighted without anything after it (i.e. highlight both@
and@foo
).The text was updated successfully, but these errors were encountered: