Skip to content

Commit

Permalink
Thrift: fix punctuation captures that I broke
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk/Review/Bundles/Thrift.tmbundle@10129 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
lilyball committed Jul 4, 2008
1 parent ed1f09e commit de3d7c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Syntaxes/Thrift.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@
</dict>
</dict>
<key>match</key>
<string>#.*\n?</string>
<string>(#).*\n?</string>
<key>name</key>
<string>comment.line.number-sign.thrift</string>
</dict>
Expand All @@ -715,7 +715,7 @@
</dict>
</dict>
<key>match</key>
<string>//.*\n?</string>
<string>(//).*\n?</string>
<key>name</key>
<string>comment.line.double-slash.thrift</string>
</dict>
Expand Down Expand Up @@ -894,7 +894,7 @@
<string>'</string>
<key>beginCaptures</key>
<dict>
<key>1</key>
<key>0</key>
<dict>
<key>name</key>
<string>punctuation.definition.string.begin.thrift</string>
Expand All @@ -904,7 +904,7 @@
<string>'</string>
<key>endCaptures</key>
<dict>
<key>1</key>
<key>0</key>
<dict>
<key>name</key>
<string>punctuation.definition.string.end.thrift</string>
Expand All @@ -918,7 +918,7 @@
<string>"</string>
<key>beginCaptures</key>
<dict>
<key>1</key>
<key>0</key>
<dict>
<key>name</key>
<string>punctuation.definition.string.begin.thrift</string>
Expand All @@ -928,7 +928,7 @@
<string>"</string>
<key>endCaptures</key>
<dict>
<key>1</key>
<key>0</key>
<dict>
<key>name</key>
<string>punctuation.definition.string.begin.thrift</string>
Expand Down

0 comments on commit de3d7c8

Please sign in to comment.