---input---
	%% write init;
	/* Read in a block. */

---tokens---
'\t'          Text
'%%'          Punctuation
' '           Text.Whitespace
'write'       Keyword
' '           Text.Whitespace
'init'        Name.Variable
';'           Punctuation
'\n'          Text

'\t'          Text
'/* Read in a block. */' Comment.Multiline
'\n'          Text
