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/go/unicode.go.output
2021-11-21 18:01:38 +01:00

59 lines
1.4 KiB
Text
Generated

'package' Keyword.Namespace
' ' Text.Whitespace
'main' Name.Other
'\n' Text.Whitespace
'\n' Text.Whitespace
'import' Keyword.Namespace
' ' Text.Whitespace
'"fmt"' Literal.String
'\n' Text.Whitespace
'\n' Text.Whitespace
'func' Keyword.Declaration
' ' Text.Whitespace
'main' Name.Other
'(' Punctuation
')' Punctuation
' ' Text.Whitespace
'{' Punctuation
'\n' Text.Whitespace
' ' Text.Whitespace
'世界' Name.Other
' ' Text.Whitespace
':=' Operator
' ' Text.Whitespace
'"Hello, world!"' Literal.String
'\n' Text.Whitespace
' ' Text.Whitespace
'さようなら' Name.Other
' ' Text.Whitespace
':=' Operator
' ' Text.Whitespace
'"Goodbye, world!"' Literal.String
'\n' Text.Whitespace
' ' Text.Whitespace
'fmt' Name.Other
'.' Punctuation
'Println' Name.Other
'(' Punctuation
'世界' Name.Other
')' Punctuation
'\n' Text.Whitespace
' ' Text.Whitespace
'fmt' Name.Other
'.' Punctuation
'Println' Name.Other
'(' Punctuation
'さようなら' Name.Other
')' Punctuation
'\n' Text.Whitespace
'}' Punctuation
'\n' Text.Whitespace