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/groovy/quoted.groovy.output
2022-01-06 18:34:29 +01:00

28 lines
750 B
Text
Generated

'def' Keyword.Type
' ' Text.Whitespace
'"long function name"' Name.Function
'(' Operator
'i' Name
')' Operator
' ' Text.Whitespace
'{' Operator
' ' Text.Whitespace
'return' Keyword
' ' Text.Whitespace
'i' Name
' ' Text.Whitespace
'}' Operator
'\n' Text.Whitespace
'assert' Keyword
' ' Text.Whitespace
"'long function name'" Literal.String.Single
'(' Operator
'1' Literal.Number.Integer
')' Operator
' ' Text.Whitespace
'=' Operator
'=' Operator
' ' Text.Whitespace
'1' Literal.Number.Integer
'\n' Text.Whitespace