Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
mechatroner committed Jul 13, 2020
1 parent 1c94b9b commit 7426121
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ def dbg_log(logging_enabled, msg):
def do_enable_rainbow(view, delim, policy, store_settings):
file_path = view.file_name()
logging_enabled = get_setting(view, 'enable_debug_logging', False)
dbg_log(logging_enabled, '=======================================')
dbg_log(logging_enabled, 'Enabling rainbow higlighting for {}: "{}", {}'.format(file_path, delim, policy))

pre_rainbow_syntax = view.settings().get('syntax')
Expand Down

0 comments on commit 7426121

Please sign in to comment.