1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-04-15 11:46:38 +02:00
chroma/lexers/testdata/vbnet.expected
2018-12-03 20:38:33 -10:00

37 lines
1.2 KiB
Plaintext

[
{"type":"Keyword","value":"Imports"},
{"type":"Text","value":" "},
{"type":"NameNamespace","value":"System"},
{"type":"Text","value":"\n\n"},
{"type":"Keyword","value":"Public"},
{"type":"Text","value":" "},
{"type":"Keyword","value":"Module"},
{"type":"Text","value":" "},
{"type":"NameNamespace","value":"Hello"},
{"type":"Text","value":"\n "},
{"type":"Keyword","value":"Public"},
{"type":"Text","value":" "},
{"type":"Keyword","value":"Sub"},
{"type":"Text","value":" "},
{"type":"NameFunction","value":"Main"},
{"type":"Punctuation","value":"("},
{"type":"Text","value":" "},
{"type":"Punctuation","value":")"},
{"type":"Text","value":"\n "},
{"type":"Name","value":"Console"},
{"type":"Punctuation","value":"."},
{"type":"Name","value":"WriteLine"},
{"type":"Punctuation","value":"("},
{"type":"LiteralString","value":"\"hello, world\""},
{"type":"Punctuation","value":")"},
{"type":"Text","value":"\n "},
{"type":"Keyword","value":"End"},
{"type":"Text","value":" "},
{"type":"Keyword","value":"Sub"},
{"type":"Text","value":"\n"},
{"type":"Keyword","value":"End"},
{"type":"Text","value":" "},
{"type":"Keyword","value":"Module"},
{"type":"Text","value":"\n"}
]