Skip to content

Commit

Permalink
simple fix to get regex to use same string.end as string.begin
Browse files Browse the repository at this point in the history
  • Loading branch information
logaritmisk committed Jul 5, 2011
1 parent 950e6a0 commit f6df156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/Python.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<capture number="2" name="punctuation.string.begin"/>
</starts-with>
<ends-with>
<expression>(\'|\")</expression>
<expression>(\2)</expression>
<capture number="1" name="punctuation.string.end"/>
</ends-with>
<subzones>
Expand Down

0 comments on commit f6df156

Please sign in to comment.