Skip to content
This repository was archived by the owner on Apr 2, 2019. It is now read-only.

Commit ffdde51

Browse files
committed
Hndle Sublime's new syntax format
1 parent 94d95f4 commit ffdde51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
class Validator(sublime_plugin.EventListener):
1212

13-
KNOWN_SYNTAXES = {'Packages/Python/Python.tmLanguage'}
13+
KNOWN_SYNTAXES = {'Packages/Python/Python.tmLanguage',
14+
'Packages/Python/Python.sublime-syntax'}
1415

1516
def __init__(self, *args, **kwargs):
1617
self.view_cache = {}

0 commit comments

Comments
 (0)