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

Highlight escape sequences in regexp #105

Open
jacob-carlborg opened this issue May 8, 2012 · 0 comments
Open

Highlight escape sequences in regexp #105

jacob-carlborg opened this issue May 8, 2012 · 0 comments

Comments

@jacob-carlborg
Copy link

It would be nice if escape sequences could be highlighted in regular expression literals, just as in the JavaScript and Ruby bundles. For example:

a = /\t/

In the above code, both the JavaScript and Ruby bundles highlight "\t" with a slightly brighter green than the rest of the regular expression literal.

infininight added a commit to textmate/coffee-script.tmbundle that referenced this issue Feb 22, 2013
This matches the individual components of the regular expression and prevents escaping issues.

Fixes jashkenas#26 & jashkenas#105.
infininight added a commit to textmate/coffee-script.tmbundle that referenced this issue Mar 20, 2013
This matches the individual components of the regular expression and prevents escaping issues.

Fixes jashkenas#26 & jashkenas#105.
ttilley pushed a commit to ttilley/coffee-script-tmbundle that referenced this issue Apr 2, 2013
This matches the individual components of the regular expression and prevents escaping issues.

Fixes jashkenas#26 & jashkenas#105.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant