Skip to content

Commit

Permalink
Seperated out the unicode character class from the normal one.
Browse files Browse the repository at this point in the history
  • Loading branch information
ELLIOTTCABLE committed Nov 26, 2008
1 parent 91314ea commit 3d0e82d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Syntaxes/RegexSyntax.xml
Expand Up @@ -123,7 +123,12 @@
</zone>

<zone name="character.class.any">
<expression>\.|\\X</expression>
<expression>\.</expression>
<capture number="0" name="punctuation.character.class.any"/>
</zone>

<zone name="character.class.any.unicode">
<expression>\\X</expression>
<capture number="0" name="punctuation.character.class.any"/>
</zone>

Expand Down

0 comments on commit 3d0e82d

Please sign in to comment.