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
Possibly related issue
It would be nice, if Better CoffeeScript will highlight regular expressions.
Extra syntax highlighting.
For example, part of my Gruntfile.coffee file:
Gruntfile.coffee
{ from: /<img alt="([A-Za-z0-9А-Яа-я ]+)" src="(.+?)"\/>/g to: '<a class="fancybox" href="$2"><img src="$2" alt="$1"></a>' }
I open Gruntfile.coffee file in Sublime Text in Better CoffeeScript/CoffeeScript.tmLanguage.
Better CoffeeScript/CoffeeScript.tmLanguage
All symbols in my regular expression have a scope source.coffee string.regexp.coffee
source.coffee string.regexp.coffee
For example, I open Gruntfile.js file in default Sublime Text JavaScript syntax:
Gruntfile.js
Thanks.
The text was updated successfully, but these errors were encountered:
If anyone would like to send a pull request for this I'll merge it!
Sorry, something went wrong.
No branches or pull requests
Possibly related issue
1. Request
It would be nice, if Better CoffeeScript will highlight regular expressions.
2. Justification
Extra syntax highlighting.
3. Settings
For example, part of my
Gruntfile.coffee
file:4. Steps to reproduce
I open
Gruntfile.coffee
file in Sublime Text inBetter CoffeeScript/CoffeeScript.tmLanguage
.5. Actual behavior
All symbols in my regular expression have a scope
source.coffee string.regexp.coffee
6. Expected behavior
For example, I open
Gruntfile.js
file in default Sublime Text JavaScript syntax:Thanks.
The text was updated successfully, but these errors were encountered: