Skip to content

Commit

Permalink
Selected regions looked bad on some themes
Browse files Browse the repository at this point in the history
  • Loading branch information
victorporof committed Nov 28, 2013
1 parent b7215ed commit 002d147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JSHint.py
Expand Up @@ -157,7 +157,7 @@ def on_chosen(self, index):
selection = self.view.sel()
selection.clear()
selection.add(region_cursor)
self.view.add_regions("jshint_selected", [region], "markup.changed")
self.view.add_regions("jshint_selected", [region], "meta")
self.view.show(region_cursor)

class JshintSetLintingPrefsCommand(sublime_plugin.TextCommand):
Expand Down

0 comments on commit 002d147

Please sign in to comment.