pmacs3/mode/console.py

9 lines
220 B
Python
Raw Normal View History

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
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):
name = 'Console'
2007-10-19 02:41:33 -04:00
install = Console.install