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/at/hello.at.output
Sebastian Engel 907df2c247
Whitespace token modernization - a* lexers - regarding #1905 (#1914)
* Whitespace token modernization - ambient lexer

* Whitespace token modernization - ampl lexer

* Whitespace token modernization - apdlexer lexer

* Whitespace token modernization - apl lexer

* Whitespace token modernization - adl lexer

* Whitespace token modernization - arrow lexer

* Whitespace token modernization - asm lexer
2021-10-23 13:07:34 +02:00

47 lines
1.2 KiB
Text
Generated

'def' Keyword
' ' Text.Whitespace
'me' Name.Variable
' ' Text.Whitespace
':=' Operator
' ' Text.Whitespace
'object:' Name.Builtin
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'def' Keyword
' ' Text.Whitespace
'name' Name.Variable
' ' Text.Whitespace
':=' Operator
' ' Text.Whitespace
'"Kevin"' Literal.String
';' Punctuation
'\n ' Text.Whitespace
'def' Keyword
' ' Text.Whitespace
'sayHello' Name.Variable
'(' Punctuation
'peerName' Name.Variable
')' Punctuation
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'system' Name.Variable
'.' Operator
'println' Name.Variable
'(' Punctuation
'peerName' Name.Variable
' ' Text.Whitespace
'+' Operator
' ' Text.Whitespace
'" says hello!"' Literal.String
')' Punctuation
';' Punctuation
'\n ' Text.Whitespace
'}' Punctuation
';' Punctuation
'\n' Text.Whitespace
'}' Punctuation
';' Punctuation
'\n' Text.Whitespace