forked from VimPlug/jedi
Add error token in a normal way to the syntax tree as ErrorLeaf.
This commit is contained in:
@@ -650,7 +650,7 @@ class ErrorNode(BaseNode):
|
||||
type = 'error_node'
|
||||
|
||||
|
||||
class ErrorLeaf(Leaf):
|
||||
class ErrorLeaf(LeafWithNewLines):
|
||||
"""
|
||||
TODO doc
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user