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/dylan-console/session.dylan-console.output
Matthäus G. Chajdas cf7a978a42 Improve Dylan lexer.
* Correctly tag whitespace.
* Merge comment tokens.
2021-11-06 16:21:11 +01:00

73 lines
1.8 KiB
Text
Generated

'?' Generic.Prompt
' ' Text.Whitespace
'7' Literal.Number.Integer
' ' Text.Whitespace
'*' Operator
' ' Text.Whitespace
'52' Literal.Number.Integer
';' Punctuation
'\n' Text.Whitespace
'=> 364\n' Generic.Output
'?' Generic.Prompt
' ' Text.Whitespace
'define' Keyword
' ' Text.Whitespace
'variable' Name.Builtin
' ' Text.Whitespace
'*your-variable*' Name.Variable.Global
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'$foo' Name.Constant
';' Punctuation
'\n' Text.Whitespace
'?' Generic.Prompt
' ' Text.Whitespace
'begin' Keyword
'\n' Text.Whitespace
' ' Generic.Prompt
' ' Text.Whitespace
'let' Keyword
' ' Text.Whitespace
'yours' Name
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'"' Literal.String
'apple' Literal.String
'"' Literal.String
';' Punctuation
'\n' Text.Whitespace
' ' Generic.Prompt
' ' Text.Whitespace
'let' Keyword
' ' Text.Whitespace
'mine' Name
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'yours' Name
';' Punctuation
'\n' Text.Whitespace
' ' Generic.Prompt
' ' Text.Whitespace
'mine' Name
' ' Text.Whitespace
'==' Operator
' ' Text.Whitespace
'yours' Name
';' Punctuation
'\n' Text.Whitespace
' ' Generic.Prompt
'end' Keyword
';' Punctuation
'\n' Text.Whitespace
'=> #t\n' Generic.Output