summaryrefslogtreecommitdiff
path: root/tests/examplefiles/erlang/test.escript.output
blob: f718ef60af7d58152d65bd676029b676130e167b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
'#!/usr/bin/env escript\n' Comment.Hashbang

'\n'          Text.Whitespace

'main'        Name.Function
'('           Punctuation
'_'           Punctuation
'Args'        Name.Variable
')'           Punctuation
' '           Text.Whitespace
'-'           Operator
'>'           Operator
'\n    '      Text.Whitespace
'ok'          Name
'.'           Punctuation
'\n'          Text.Whitespace