7 lines
188 B
Text
Generated
7 lines
188 B
Text
Generated
'#!/usr/bin/env groovy' Comment.Preproc
|
|
'\n' Text.Whitespace
|
|
|
|
'println' Name
|
|
' ' Text.Whitespace
|
|
'"Hello World"' Literal.String.Double
|
|
'\n' Text.Whitespace
|