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/golo/hello.golo.output
2022-12-04 16:06:01 +01:00

31 lines
777 B
Text
Generated

'module' Keyword.Namespace
' ' Text.Whitespace
'hello.World' Name.Namespace
'\n' Text.Whitespace
'\n' Text.Whitespace
'function' Keyword.Declaration
' ' Text.Whitespace
'main' Name.Function
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'|' Punctuation
'args' Name
'|' Punctuation
' ' Text.Whitespace
'{' Punctuation
'\n' Text.Whitespace
' ' Text.Whitespace
'println' Name.Builtin
'(' Punctuation
'"' Literal.String
'Hello world!' Literal.String
'"' Literal.String.Double
')' Punctuation
'\n' Text.Whitespace
'}' Punctuation
'\n' Text.Whitespace