parent
155285bee6
commit
4f7471005b
|
@ -136,7 +136,7 @@ class Application(object):
|
||||||
'xml', 'cheetah', 'colortext', 'latex', 'insertmini', 'conf',
|
'xml', 'cheetah', 'colortext', 'latex', 'insertmini', 'conf',
|
||||||
'haskell', 'erlang', 'iperl', 'iperlmini', 'ipython', 'ipythonmini',
|
'haskell', 'erlang', 'iperl', 'iperlmini', 'ipython', 'ipythonmini',
|
||||||
'awk', 'shell', 'shellmini', 'fstab', 'yacc', 'pipe', 'mbox',
|
'awk', 'shell', 'shellmini', 'fstab', 'yacc', 'pipe', 'mbox',
|
||||||
'error', 'lua', 'lily', 'forth', 'ebnf',
|
'error', 'lua', 'lily', 'forth', 'ebnf', 'colortest',
|
||||||
)
|
)
|
||||||
for name in names:
|
for name in names:
|
||||||
exec("import mode.%s; mode.%s.install(self)" % (name, name))
|
exec("import mode.%s; mode.%s.install(self)" % (name, name))
|
||||||
|
|
Loading…
Reference in New Issue