chroma/lexers/testdata/vbnet.expected
2025-03-22 20:46:00 +13:00

36 lines
1.2 KiB
Text

[
{"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"}
]