summaryrefslogtreecommitdiff
path: root/tests/examplefiles/ragel-cpp/ragel-cpp_snippet.output
blob: 49c1a888f50ad79ed24db6d419b59c36ca1c4cab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
'\t'          Text.Whitespace
'%%'          Punctuation
' '           Text.Whitespace
'write'       Keyword
' '           Text.Whitespace
'init'        Name.Variable
';'           Punctuation
'\n'          Text

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