This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
Itemizers/ | Thu Mar 26 01:50:14 -0700 2009 | |
| |
Languages.xml | Sun Jul 19 17:30:02 -0700 2009 | |
| |
PlaceholderThemes/ | Thu Mar 26 01:59:52 -0700 2009 | |
| |
README.markdown | Mon Apr 13 11:44:19 -0700 2009 | |
| |
SyntaxInjections/ | Sun Jul 19 17:30:02 -0700 2009 | |
| |
Syntaxes/ | Sun Jul 19 17:30:02 -0700 2009 |
README.markdown
Regex.sugar
A Sugar for the Espresso text editor to develop complicated Regular Expressions. It should support anything described in the reference provided by http://regular-expressions.info. In cases where a feature is only supported by a subset of the available regular expression engines, I attempt to support it as well as possible without conflicting with any alternatives provided by other engines.
Using
Clone this project somewhere, with the following:
git clone git://github.com/elliottcable/regex.sugar.git ./Regex.sugar
And then link it to your syntaxes directory:
mkdir -p "~/Library/Application Support/Espresso/Sugars/"
ln -s "$(pwd)/Regex.sugar" "/Users/$(whoami)/Library/Application Support/Espresso/Sugars/"
TODO
- Write a custom Itemizer class so that capture groups can show their capture number in the Navigator, just like how named capture groups will be capable of doing.
- Conditionals
More information
You can reach me (elliottcable, the author of this project) in the Espresso IRC channel almost 24/7:







