Add nomove state transition option, session partitioned interactive example
This commit is contained in:
@@ -260,7 +260,7 @@ var (
|
||||
{"Comment", `(?:#)[^\n]*`},
|
||||
{"Ident", `^[A-Z]+`},
|
||||
{"Size", `[0-9]+`},
|
||||
{"Sym", `[a-zA-Z_\*][a-zA-Z0-9_]*`},
|
||||
{"Sym", `[a-zA-Z_\*\.][a-zA-Z0-9_]*`},
|
||||
{"Whitespace", `[ \t]+`},
|
||||
{"EOL", `[\n\r]+`},
|
||||
{"Quote", `["']`},
|
||||
|
||||
Reference in New Issue
Block a user