Skip to content

Commit

Permalink
Remove swallow use in favor of a constant.character.escape pattern.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk/Bundles/Fortran.tmbundle@4638 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
infininight committed Aug 10, 2006
1 parent 7633c84 commit 38cc989
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Syntaxes/Fortran.plist
Expand Up @@ -90,8 +90,15 @@
<string>'</string> <string>'</string>
<key>name</key> <key>name</key>
<string>string.quoted.single.fortran</string> <string>string.quoted.single.fortran</string>
<key>swallow</key> <key>patterns</key>
<string>\\.</string> <array>
<dict>
<key>match</key>
<string>\\.</string>
<key>name</key>
<string>constant.character.escape.fortran</string>
</dict>
</array>
</dict> </dict>
<dict> <dict>
<key>match</key> <key>match</key>
Expand Down

0 comments on commit 38cc989

Please sign in to comment.