Skip to content

Commit

Permalink
Add parentheses for the sake of Python 3/Sublime Text 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartl committed Feb 19, 2013
1 parent ad32b1b commit 893fb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax_highlighting.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def set_syntax(view, syntax, path=None):
path = syntax
view.settings().set('syntax', 'Packages/' + path + '/' +
syntax + '.tmLanguage')
print "Switched syntax to: " + syntax
print("Switched syntax to: " + syntax)

0 comments on commit 893fb9e

Please sign in to comment.