Skip to content

Commit

Permalink
Get rid of old JSON tmLanguage file + some misc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Vihang Mehta committed Mar 21, 2016
1 parent f305067 commit 962b8e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 302 deletions.
8 changes: 4 additions & 4 deletions Comments.tmPreferences
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Comments</string>
<key>scope</key>
<string>source.proto</string>
<string>entity.name.class.message.proto</string>
<key>settings</key>
<dict>
<key>shellVariables</key>
Expand All @@ -14,7 +14,7 @@
<key>name</key>
<string>TM_COMMENT_START</string>
<key>value</key>
<string>// </string>
<string>//</string>
</dict>
<dict>
<key>name</key>
Expand All @@ -32,7 +32,7 @@
<key>name</key>
<string>TM_COMMENT_DISABLE_INDENT_2</string>
<key>value</key>
<string>yes</string>
<true/>
</dict>
</array>
</dict>
Expand Down
294 changes: 0 additions & 294 deletions Protobuf.JSON-tmLanguage

This file was deleted.

10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ Sublime Syntax Highlighting for Protocol Buffers

Contributors
------------
In alphabetical order:
* [awalterschulze](https://github.com/awalterschulze)
* [vihangm](https://github.com/vihangm)
* [jtcorbett](https://github.com/jtcorbett)
* [herolover](https://github.com/herolover)
* [lvzixun](https://github.com/lvzixun)
* [Jazzer360](https://github.com/Jazzer360)
* [jtcorbett](https://github.com/jtcorbett)
* [lohmander](https://github.com/lohmander)
* [yangsu](https://github.com/yangsu)
* [lvzixun](https://github.com/lvzixun)
* [vgough](https://github.com/vgough)
* [vihangm](https://github.com/vihangm)
* [yangsu](https://github.com/yangsu)

0 comments on commit 962b8e5

Please sign in to comment.