mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-23 07:45:23 +00:00
@@ -2067,7 +2067,7 @@ proc parseOptionList(p: var RstParser): PRstNode =
|
||||
c.add(b)
|
||||
result.add(c)
|
||||
else:
|
||||
dec p.idx # back to tkIndent
|
||||
if currentTok(p).kind != tkEof: dec p.idx # back to tkIndent
|
||||
break
|
||||
|
||||
proc parseDefinitionList(p: var RstParser): PRstNode =
|
||||
|
||||
Reference in New Issue
Block a user