lang: ast: Remove the double dash

Not sure why this is here?
This commit is contained in:
James Shubin
2025-05-24 21:07:01 -04:00
parent d2403d2f0c
commit 2948644536

View File

@@ -674,7 +674,7 @@ func (obj *Textarea) HighlightText() string {
return "" return ""
} }
result.WriteString("\n--\n") result.WriteString("\n\n")
if obj.startLine == obj.endLine { if obj.startLine == obj.endLine {
line := lines[obj.startLine] + "\n" line := lines[obj.startLine] + "\n"