fix: missing space after /--
This commit is contained in:
parent
4f81972996
commit
b6efece612
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ def commentBody : Parser :=
|
|||
@[combinatorParenthesizer Lean.Parser.Command.commentBody] def commentBody.parenthesizer := PrettyPrinter.Parenthesizer.visitToken
|
||||
@[combinatorFormatter Lean.Parser.Command.commentBody] def commentBody.formatter := PrettyPrinter.Formatter.visitAtom Name.anonymous
|
||||
|
||||
def docComment := leading_parser ppDedent $ "/--" >> commentBody >> ppLine
|
||||
def docComment := leading_parser ppDedent $ "/--" >> ppSpace >> commentBody >> ppLine
|
||||
end Command
|
||||
|
||||
builtin_initialize
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue