Skip to content

Commit

Permalink
Ditto (sorry, local coverage installation is broken so relying on Tra…
Browse files Browse the repository at this point in the history
…vis for feedback :p)
  • Loading branch information
lukexi committed Dec 7, 2015
1 parent f230672 commit 501380e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions Syntaxes/Comments.tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,24 @@
<key>uuid</key>
<string>E3994307-4D9E-44D6-832E-52C244F1CDF3</string>
</dict>
<dict>
<key>name</key>
<string>Comments</string>
<key>scope</key>
<string>source.cabal</string>
<key>settings</key>
<dict>
<key>shellVariables</key>
<array>
<dict>
<key>name</key>
<string>TM_COMMENT_START</string>
<key>value</key>
<string>-- </string>
</dict>
</array>
</dict>
<key>uuid</key>
<string>22F622A3-4F1D-4D66-999F-10D42FBFFC4D</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion test/stubs/sublime.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def id(self):
def folders(self):
return self._folders

def run_command(command, args):
def run_command(self, command, args):
pass

# def create_output_panel():
Expand Down

0 comments on commit 501380e

Please sign in to comment.