diff --git a/main.py b/main.py index f4f549c..b50b3a9 100644 --- a/main.py +++ b/main.py @@ -678,7 +678,7 @@ def is_applicable(cls, settings): def on_hover(self, point, hover_zone): if hover_zone == sublime.HOVER_TEXT: - dialect = get_dialect(active_view.settings()) + dialect = get_dialect(self.view.settings()) if not dialect: return delim, policy = dialect