feat: support line breaks
This commit is contained in:
parent
6598095a9f
commit
58dfb022c2
10 changed files with 199 additions and 60 deletions
|
|
@ -260,6 +260,10 @@ const nodes = [
|
|||
struct: "Entity",
|
||||
kind: ["ENTITY"],
|
||||
},
|
||||
{
|
||||
struct: "LineBreak",
|
||||
kind: ["LINE_BREAK"],
|
||||
},
|
||||
];
|
||||
|
||||
let content = `//! generated file, do not modify it directly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue