Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Commit

Permalink
fixing the regexp that captures \sections
Browse files Browse the repository at this point in the history
previously it didn't capture unnumbered sections or chapters
  • Loading branch information
Piotr Kaźmierczak committed Feb 18, 2013
1 parent 26ca0b2 commit 4820eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Symbol List - Sections.tmPreferences
Expand Up @@ -12,7 +12,7 @@
<integer>1</integer>
<key>symbolTransformation</key>
<string>
s/\\(?:sub)*(.)(?:ection|hapter)\{([^\}]+)\}/\u$1 $2/g;
s/\\(?:sub)*(.)(?:ection|hapter)(?:\*)?\{([^\}]+)\}/\u$1 $2/g;
</string>
</dict>
<key>uuid</key>
Expand Down

0 comments on commit 4820eba

Please sign in to comment.