Separate with space instead of LF to prevent rendering excessive indentation
parent
b4bd52cc51
commit
3e0ff32bd8
|
@ -1452,7 +1452,7 @@ fn appendTokenFmt(c: *Context, token_id: Token.Id, comptime format: []const u8,
|
||||||
.start = start_index,
|
.start = start_index,
|
||||||
.end = end_index,
|
.end = end_index,
|
||||||
};
|
};
|
||||||
try c.source_buffer.appendByte('\n');
|
try c.source_buffer.appendByte(' ');
|
||||||
|
|
||||||
return token_index;
|
return token_index;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue