Skip to content

Commit

Permalink
Updating highlight to 'DRAW_OUTLINED'
Browse files Browse the repository at this point in the history
'DRAW_SQUIGGLY_UNDERLINE' is not supported in ST2
  • Loading branch information
LordBrom authored Oct 20, 2017
1 parent 9312e62 commit a68649a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hightlight_duplicates.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def show_lines(regions, view):
DEFAULT_COLOR_SCOPE_NAME)
view.add_regions('DuplicatesHighlightListener',
all_regions, color_scope_name, '',
sublime.DRAW_SQUIGGLY_UNDERLINE)
sublime.DRAW_OUTLINED)


def add_lines(regions, view):
Expand Down

0 comments on commit a68649a

Please sign in to comment.