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

77 lines
2 KiB
Text
Generated

'inline' Keyword
' ' Text.Whitespace
'def' Keyword
' ' Text.Whitespace
'inline' Name.Function
'(' Punctuation
'inline' Keyword
' ' Text.Whitespace
'x' Name
':' Punctuation
' ' Text.Whitespace
'Int' Name.Class
')' Punctuation
':' Punctuation
' ' Text.Whitespace
'Double' Name.Class
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'???' Operator
'\n' Text.Whitespace
'inline' Keyword
' ' Text.Whitespace
'def' Keyword
' ' Text.Whitespace
'power' Name.Function
'(' Punctuation
'x' Name
':' Punctuation
' ' Text.Whitespace
'Double' Name.Class
',' Punctuation
' ' Text.Whitespace
'inline' Keyword
' ' Text.Whitespace
'n' Name
':' Punctuation
' ' Text.Whitespace
'Int' Name.Class
')' Punctuation
':' Punctuation
' ' Text.Whitespace
'Double' Name.Class
' ' Text.Whitespace
'=' Operator
'\n' Text.Whitespace
'inline' Keyword
' ' Text.Whitespace
'if' Keyword
' ' Text.Whitespace
'(' Punctuation
'n' Name
' ' Text.Whitespace
'==' Operator
' ' Text.Whitespace
'0' Literal.Number.Integer
')' Punctuation
' ' Text.Whitespace
'1' Literal.Number.Integer
' ' Text.Whitespace
'else' Keyword
' ' Text.Whitespace
'2' Literal.Number.Integer
'\n' Text.Whitespace
'inline' Keyword
' ' Text.Whitespace
'val' Keyword.Declaration
' ' Text.Whitespace
'c' Name
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'0' Literal.Number.Integer
'\n' Text.Whitespace