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