blob: 6e932f4eb7c7de6cce4984a169a38430874cb7fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
'\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
|