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

44 lines
1 KiB
Text
Generated

'new' Keyword
' ' Text.Whitespace
'A' Name.Class
'\n' Text.Whitespace
'new' Keyword
' ' Text.Whitespace
'{' Punctuation
' ' Text.Whitespace
'}' Punctuation
'\n' Text.Whitespace
'new' Keyword
' ' Text.Whitespace
'Foo' Name.Class
'\n' Text.Whitespace
'new' Keyword
' ' Text.Whitespace
'foo' Name
'.' Punctuation
'Foo' Name.Class
'\n' Text.Whitespace
'new' Keyword
' ' Text.Whitespace
'Foo' Name.Class
'.' Punctuation
'Foo' Name.Class
'\n' Text.Whitespace
'new' Keyword
' ' Text.Whitespace
'A' Name.Class
':' Punctuation
'\n ' Text.Whitespace
'def' Keyword
' ' Text.Whitespace
'f' Name.Function
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'3' Literal.Number.Integer
'\n' Text.Whitespace