mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2026-03-21 13:55:30 +00:00
Minumum Working Example
This commit is contained in:
@@ -18,10 +18,10 @@ type LineType int
|
||||
const (
|
||||
Continuation LineType = iota
|
||||
First
|
||||
Fist = First // backward-compatible alias for historical typo
|
||||
Semantic // Indent=0 , still type="break"
|
||||
Indent // Indent>0, type dosent matter
|
||||
Empty // no line content, after that, an empty line
|
||||
Fist = First // backward-compatible alias for historical typo
|
||||
Semantic LineType = iota // Indent=0 , still type="break"
|
||||
Indent // Indent>0, type dosent matter
|
||||
Empty // no line content, after that, an empty line
|
||||
)
|
||||
|
||||
type Token struct {
|
||||
|
||||
Reference in New Issue
Block a user