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

82 lines
1.6 KiB
Text
Generated

'/** Example file for the X10 programming langauge (http://x10-lang.org).\n */' Comment.Multiline
'\n' Text.Whitespace
'class' Keyword
' ' Text
'E' Text
'x' Text
'a' Text
'm' Text
'p' Text
'l' Text
'e' Text
' ' Text
'{' Text
'\n' Text.Whitespace
'\n' Text.Whitespace
' ' Text
'public' Keyword.Declaration
' ' Text
'static' Keyword.Declaration
' ' Text
'def' Keyword
' ' Text
'm' Text
'a' Text
'i' Text
'n' Text
'(' Text
'R' Text
'a' Text
'i' Text
'l' Text
'[' Text
'S' Text
't' Text
'r' Text
'i' Text
'n' Text
'g' Text
']' Text
')' Text
' ' Text
'{' Text
'\n' Text.Whitespace
'\t' Text
'C' Text
'o' Text
'n' Text
's' Text
'o' Text
'l' Text
'e' Text
'.' Text
'O' Text
'U' Text
'T' Text
'.' Text
'p' Text
'r' Text
'i' Text
'n' Text
't' Text
'l' Text
'n' Text
'(' Text
'"Hello World!"' Literal.String
')' Text
';' Text
' ' Text
'// say hello.\n' Comment.Single
' ' Text
'}' Text
'\n' Text.Whitespace
'\n' Text.Whitespace
'}' Text
'\n' Text.Whitespace