-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Hi,
I installed this plugin with the Package Control of ST2, but even after a restart of ST2 the plugin isn't available.
A look at the ST2 console told me the following:
Reloading plugin /Users/dennis/Library/Application Support/Sublime Text 2/Packages/Format SQL/FormatSQL.py
Traceback (most recent call last):
File "./sublime_plugin.py", line 62, in reload_plugin
File "./FormatSQL.py", line 8, in
from sqlparse import format
File "./sqlparse/init.py", line 17, in
from . import engine
File "./sqlparse/engine/init.py", line 8, in
from .. import lexer
File "./sqlparse/lexer.py", line 154
class Lexer(object, metaclass=LexerMeta):
^
SyntaxError: invalid syntax
Unfortunately I cannot update to SF3 (OS X too old) and I also have no idea of python. :(
Is there a chance to make this plugin work in ST2 again?
Thanks,
Dennis