82 lines
1.6 KiB
Text
Generated
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
|