Skip to content

Commit

Permalink
SHow wrong default syntax warning in console only #24
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacodaimon committed Jul 15, 2014
1 parent 2c8a58d commit 8474b9f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 35 deletions.
2 changes: 1 addition & 1 deletion GhostText.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def _set_syntax_by_host(self, host, view):
if len(resources) > 0:
view.set_syntax_file(resources[0])
else:
sublime.error_message('Default syntax "{}" is not installed!'.format(default_syntax))
print('Default syntax "{}" is not installed!'.format(default_syntax))


class OnMessage(AbstractOnMessage):
Expand Down
34 changes: 0 additions & 34 deletions GhostTextForSublimeText.sublime-menu

This file was deleted.

Empty file.

0 comments on commit 8474b9f

Please sign in to comment.