Skip to content

Commit

Permalink
Thrift: Rename some scopes to be valid
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk/Review/Bundles/Thrift.tmbundle@10131 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
lilyball committed Jul 4, 2008
1 parent c5b2d2a commit bf163b1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Syntaxes/Thrift.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
<key>2</key>
<dict>
<key>name</key>
<string>entity.name.enum.thrift</string>
<string>entity.name.type.enum.thrift</string>
</dict>
</dict>
<key>end</key>
Expand Down Expand Up @@ -310,7 +310,7 @@
<key>2</key>
<dict>
<key>name</key>
<string>entity.name.senum.thrift</string>
<string>entity.name.type.senum.thrift</string>
</dict>
</dict>
<key>end</key>
Expand Down Expand Up @@ -381,7 +381,7 @@
<key>2</key>
<dict>
<key>name</key>
<string>entity.name.struct.thrift</string>
<string>entity.name.type.struct.thrift</string>
</dict>
</dict>
<key>end</key>
Expand Down Expand Up @@ -444,7 +444,7 @@
<key>2</key>
<dict>
<key>name</key>
<string>entity.name.exception.thrift</string>
<string>entity.name.type.exception.thrift</string>
</dict>
</dict>
<key>end</key>
Expand Down Expand Up @@ -501,7 +501,7 @@
<key>2</key>
<dict>
<key>name</key>
<string>entity.name.service.thrift</string>
<string>entity.name.type.service.thrift</string>
</dict>
<key>3</key>
<dict>
Expand Down

0 comments on commit bf163b1

Please sign in to comment.