mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
13 lines
268 B
Plaintext
13 lines
268 B
Plaintext
|
---input---
|
||
|
init { skip }
|
||
|
|
||
|
---tokens---
|
||
|
'init' Keyword.Declaration
|
||
|
' ' Text.Whitespace
|
||
|
'{' Punctuation
|
||
|
' ' Text.Whitespace
|
||
|
'skip' Keyword
|
||
|
' ' Text.Whitespace
|
||
|
'}' Punctuation
|
||
|
'\n' Text.Whitespace
|