2007-10-21 20:55:29 -04:00
|
|
|
import color, mode
|
2007-10-21 20:52:48 -04:00
|
|
|
from lex import Grammar, PatternRule, RegionRule
|
2008-10-01 16:58:43 -04:00
|
|
|
from mode.python import StringGrammar1, StringGrammar2, PythonGrammar
|
2007-07-21 11:40:53 -04:00
|
|
|
|
2007-10-21 20:55:29 -04:00
|
|
|
class Console(mode.Fundamental):
|
2009-03-17 15:24:10 -04:00
|
|
|
name = 'Console'
|
2007-10-19 02:41:33 -04:00
|
|
|
|
|
|
|
install = Console.install
|