1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-02-21 19:06:18 +02:00
chroma/lexers/testdata/go.expected

63 lines
2.3 KiB
Plaintext

[
{"type":"KeywordNamespace","value":"package"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"main"},
{"type":"Text","value":"\n\n"},
{"type":"KeywordNamespace","value":"import"},
{"type":"Text","value":" "},
{"type":"LiteralString","value":"\"fmt\""},
{"type":"Text","value":"\n\n"},
{"type":"KeywordDeclaration","value":"func"},
{"type":"Text","value":" "},
{"type":"NameFunction","value":"main"},
{"type":"Punctuation","value":"()"},
{"type":"Text","value":" "},
{"type":"Punctuation","value":"{"},
{"type":"Text","value":"\n "},
{"type":"NameOther","value":"fmt"},
{"type":"Punctuation","value":"."},
{"type":"NameFunction","value":"Println"},
{"type":"Punctuation","value":"("},
{"type":"LiteralString","value":"\"Hello World!\""},
{"type":"Punctuation","value":")"},
{"type":"Text","value":"\n"},
{"type":"Punctuation","value":"}"},
{"type":"Text","value":"\n\n"},
{"type":"KeywordDeclaration","value":"func"},
{"type":"Text","value":" "},
{"type":"NameFunction","value":"hello"},
{"type":"Punctuation","value":"("},
{"type":"NameOther","value":"a"},
{"type":"Text","value":" "},
{"type":"KeywordType","value":"int"},
{"type":"Punctuation","value":")"},
{"type":"Text","value":" "},
{"type":"Punctuation","value":"{"},
{"type":"Text","value":"\n\t"},
{"type":"NameOther","value":"fmt"},
{"type":"Punctuation","value":"."},
{"type":"NameFunction","value":"Println"},
{"type":"Punctuation","value":"("},
{"type":"LiteralString","value":"\"Hello World!\""},
{"type":"Punctuation","value":")."},
{"type":"NameFunction","value":"Hello"},
{"type":"Punctuation","value":"()"},
{"type":"Text","value":"\n\n "},
{"type":"Keyword","value":"return"},
{"type":"Text","value":" "},
{"type":"KeywordDeclaration","value":"func"},
{"type":"Punctuation","value":"()"},
{"type":"Text","value":" "},
{"type":"KeywordType","value":"int"},
{"type":"Text","value":" "},
{"type":"Punctuation","value":"{"},
{"type":"Text","value":"\n "},
{"type":"Keyword","value":"return"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"i"},
{"type":"Text","value":"\n "},
{"type":"Punctuation","value":"}"},
{"type":"Text","value":"\n"},
{"type":"Punctuation","value":"}"}
]