summaryrefslogtreecommitdiff
path: root/tests/examplefiles/groovy/example.groovy.output
blob: 6aef35d96a8e5d3ca227fceaa35dcc54ae19b95e (plain)
1
2
3
4
5
6
7
'#!/usr/bin/env groovy' Comment.Preproc
'\n'          Text.Whitespace

'println'     Name
' '           Text.Whitespace
'"Hello World"' Literal.String.Double
'\n'          Text.Whitespace