parent
7ea3fd3855
commit
67d13d0559
|
@ -83,12 +83,11 @@ class ErlangTabber(tab.StackTabber):
|
|||
currlvl = self.get_curr_level()
|
||||
return currlvl
|
||||
|
||||
## this shit doesn't work... hmmm
|
||||
#class ErlStart(Interact):
|
||||
# args = []
|
||||
# reuse = True
|
||||
# def _execute(self, w, **vargs):
|
||||
# Interact._execute(self, w, bname='*Erl*', cmd='erl')
|
||||
class ErlStart(Interact):
|
||||
args = []
|
||||
reuse = True
|
||||
def _execute(self, w, **vargs):
|
||||
Interact._execute(self, w, bname='*Erl*', cmd='erl')
|
||||
|
||||
class Erlang(mode.Fundamental):
|
||||
name = 'Erlang'
|
||||
|
@ -117,7 +116,7 @@ class Erlang(mode.Fundamental):
|
|||
'erl_atom.end': ('magenta', 'default', 'bold'),
|
||||
}
|
||||
actions = [
|
||||
#ErlStart,
|
||||
ErlStart,
|
||||
]
|
||||
_bindings = {
|
||||
'close-paren': (')',),
|
||||
|
|
Loading…
Reference in New Issue