1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-02-15 13:33:12 +02:00
chroma/lexers/testdata/rust/const_idents.expected
2023-01-30 06:27:19 +11:00

75 lines
2.8 KiB
Plaintext

[
{"type":"Keyword","value":"const"},
{"type":"TextWhitespace","value":" "},
{"type":"NameConstant","value":"IM_A_CONST"},
{"type":"Text","value":": "},
{"type":"Punctuation","value":"()"},
{"type":"TextWhitespace","value":" "},
{"type":"Operator","value":"="},
{"type":"TextWhitespace","value":" "},
{"type":"Punctuation","value":"();"},
{"type":"TextWhitespace","value":"\n\n"},
{"type":"Keyword","value":"fn"},
{"type":"Text","value":" "},
{"type":"NameFunction","value":"main"},
{"type":"Punctuation","value":"()"},
{"type":"TextWhitespace","value":" "},
{"type":"Punctuation","value":"{"},
{"type":"TextWhitespace","value":"\n "},
{"type":"NameFunctionMagic","value":"dbg!"},
{"type":"Punctuation","value":"("},
{"type":"NameConstant","value":"IM_A_CONST"},
{"type":"Punctuation","value":");"},
{"type":"TextWhitespace","value":"\n"},
{"type":"Punctuation","value":"}"},
{"type":"TextWhitespace","value":"\n\n"},
{"type":"CommentSingle","value":"// None of this should be considered const\n"},
{"type":"Keyword","value":"fn"},
{"type":"Text","value":" "},
{"type":"NameFunction","value":"foo"},
{"type":"Operator","value":"\u003c"},
{"type":"Name","value":"T0"},
{"type":"Punctuation","value":","},
{"type":"TextWhitespace","value":" "},
{"type":"Name","value":"T1"},
{"type":"Punctuation","value":","},
{"type":"TextWhitespace","value":" "},
{"type":"Name","value":"U"},
{"type":"Operator","value":"\u003e"},
{"type":"Punctuation","value":"("},
{"type":"Name","value":"_"},
{"type":"Text","value":": "},
{"type":"Punctuation","value":"("},
{"type":"Name","value":"T0"},
{"type":"Punctuation","value":","},
{"type":"TextWhitespace","value":" "},
{"type":"Name","value":"T1"},
{"type":"Punctuation","value":","},
{"type":"TextWhitespace","value":" "},
{"type":"Name","value":"U"},
{"type":"Punctuation","value":"))"},
{"type":"TextWhitespace","value":" "},
{"type":"Punctuation","value":"{"},
{"type":"TextWhitespace","value":"\n "},
{"type":"KeywordDeclaration","value":"let"},
{"type":"TextWhitespace","value":" "},
{"type":"Name","value":"_"},
{"type":"Text","value":": "},
{"type":"NameClass","value":"std"},
{"type":"Text","value":"::"},
{"type":"Name","value":"collections"},
{"type":"Text","value":"::"},
{"type":"Name","value":"BTreeSet"},
{"type":"Operator","value":"\u003c"},
{"type":"Punctuation","value":"()"},
{"type":"Operator","value":"\u003e"},
{"type":"TextWhitespace","value":" "},
{"type":"Operator","value":"="},
{"type":"TextWhitespace","value":" "},
{"type":"NameFunctionMagic","value":"todo!"},
{"type":"Punctuation","value":"();"},
{"type":"TextWhitespace","value":"\n"},
{"type":"Punctuation","value":"}"},
{"type":"TextWhitespace","value":"\n"}
]