updating colorers
This commit is contained in:
@@ -96,7 +96,10 @@ Special syntaxes:
|
||||
|
||||
bc=bc()
|
||||
opts=setup_options()
|
||||
f=open(opts.filename,'r')
|
||||
if opts.filename=="-":
|
||||
f=sys.stdin
|
||||
else:
|
||||
f=open(opts.filename,'r')
|
||||
for row in f:
|
||||
if not row:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user