Skip to content

Commit

Permalink
Merge pull request #7 from yangsu/master
Browse files Browse the repository at this point in the history
Make enum declarations appear in symbol list
  • Loading branch information
vihangm committed Mar 10, 2016
2 parents 1a8fe02 + c30e37a commit 0f63fa4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Protobuf.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<key>3</key>
<dict>
<key>name</key>
<string>entity.name.class.proto</string>
<string>entity.name.class.enum.proto</string>
</dict>
</dict>
<key>end</key>
Expand Down
2 changes: 1 addition & 1 deletion Symbol List.YAML-tmPreferences
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# [PackageDev] target_format: plist, ext: tmPreferences

name: Symbol List
scope: "entity.name.class.message.proto"
scope: "entity.name.class.message.proto, entity.name.class.enum.proto"
uuid: c2234a3a-2e4e-4c92-af3e-5640847d91c6


Expand Down
2 changes: 1 addition & 1 deletion Symbol List.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>name</key>
<string>Symbol List</string>
<key>scope</key>
<string>entity.name.class.message.proto</string>
<string>entity.name.class.message.proto, entity.name.class.enum.proto</string>
<key>settings</key>
<dict>
<key>showInIndexedSymbolList</key>
Expand Down

0 comments on commit 0f63fa4

Please sign in to comment.