This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/examplefiles/erlang/test.escript.output
2021-11-14 18:32:08 +01:00

16 lines
391 B
Text
Generated

'#!/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