forked from jashkenas/coffee-script-tmbundle
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the javascript regular expressions grammar
This matches the individual components of the regular expression and prevents escaping issues. Fixes jashkenas#26 & jashkenas#105.
- Loading branch information
1 parent
e8d02ce
commit 2caf1de
Showing
2 changed files
with
126 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2caf1de
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This or something near it might have broken syntax highlighting when using the division operator
/
.See jashkenas#127.