Skip to content

Commit

Permalink
Make enum declarations appear in symbol list
Browse files Browse the repository at this point in the history
Yang Su committed Mar 9, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1a8fe02 commit c30e37a
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
@@ -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>
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


2 changes: 1 addition & 1 deletion Symbol List.tmPreferences
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit c30e37a

Please sign in to comment.