parent
ac10dc9e98
commit
cbe91b0a98
|
@ -116,7 +116,7 @@ class CTabber2(tab.StackTabber2):
|
|||
return t.name == 'spaces'
|
||||
def _is_ignored(self, t):
|
||||
if t.name in ('spaces', 'eol', 'comment'): return True
|
||||
elif t.fqname() in ('comment.start', 'comment.null', 'comment.end'): return True
|
||||
elif t.fqname() in ('comment.start', 'comment.data', 'comment.null', 'comment.end'): return True
|
||||
else: return False
|
||||
|
||||
class CCheckSyntax(method.shell.Exec):
|
||||
|
|
Loading…
Reference in New Issue