Skip to content

Commit

Permalink
Add hylang to list of lispy languages.
Browse files Browse the repository at this point in the history
whitequark committed Aug 22, 2015
1 parent 66dd0ee commit fa53f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rainbowth.py
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ def highlight(self, view):
scope=key, flags=sublime.DRAW_NO_OUTLINE)

class Rainbowth(sublime_plugin.EventListener):
lispy_languages = ['lisp', 'scheme', 'clojure', 'clojurescript']
lispy_languages = ['lisp', 'scheme', 'clojure', 'clojurescript', 'hylang']

cache_file_path = os.path.join(sublime.cache_path(), 'Rainbowth', 'Rainbowth.cache')
if not os.path.exists(os.path.dirname(cache_file_path)):

0 comments on commit fa53f79

Please sign in to comment.