Skip to content

Commit

Permalink
Added further support for the GNU extensions' word boundaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
ELLIOTTCABLE committed Nov 26, 2008
1 parent a81548f commit e2380d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/RegexSyntax.xml
Expand Up @@ -126,7 +126,7 @@
<capture number="5" name="punctuation.declarative.quantifier.end"/>
</zone>
<zone name="operator.anchor">
<expression>\^|\$|\\[bByYmMAZz`']</expression>
<expression>\^|\$|\\[bByYmMAZz`'&lt;>]</expression>
</zone>
<zone name="anonymous.backreference">
<expression>\\\d</expression>
Expand Down

0 comments on commit e2380d7

Please sign in to comment.