Improve regexp highlighting #58
Conversation
|
Looks good to me |
| @@ -637,7 +637,7 @@ | |||
| ] | |||
| } | |||
| { | |||
| 'begin': '(?<=\\(|\\{|~|&)\\s*((\\/))' | |||
| 'begin': '(?<=\\(|\\{|~|&|\\||if|unless|^)\\s*((\\/))' | |||
50Wliu
Dec 1, 2015
Member
This is obviously something really small and definitely doesn't need to block this PR, but the curly bracket { doesn't need to be escaped. Also, I think ^ is usually placed at the beginning of the match.
This is obviously something really small and definitely doesn't need to block this PR, but the curly bracket { doesn't need to be escaped. Also, I think ^ is usually placed at the beginning of the match.
Improve regexp highlighting
|
Thanks for this @Fank |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Fixes #53