Skip to content

Commit

Permalink
make pyflakes happy
Browse files Browse the repository at this point in the history
  • Loading branch information
predrag-codetribe committed Dec 12, 2020
1 parent 4c192a4 commit f6e17d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/core/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
PANEL_FILE_REGEX = r"^(?!\s+\d+:\d+)(.*)(:)$"
PANEL_LINE_REGEX = r"^\s+(\d+):(\d+)"


def basescope2languageid(base_scope: str) -> str:
# This the connection between Language IDs and ST selectors.
base_scope_map = sublime.load_settings("language-ids.sublime-settings")
Expand Down

0 comments on commit f6e17d3

Please sign in to comment.