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

18 lines
621 B
Text

[
{"type":"Keyword","value":"class"},
{"type":"Text","value":" "},
{"type":"NameClass","value":"TestClass"},
{"type":"Punctuation","value":"():"},
{"type":"Text","value":"\n "},
{"type":"NameDecorator","value":"@classmethod"},
{"type":"Text","value":"\n "},
{"type":"Keyword","value":"def"},
{"type":"Text","value":" "},
{"type":"NameFunction","value":"hello"},
{"type":"Punctuation","value":"("},
{"type":"NameBuiltinPseudo","value":"cls"},
{"type":"Punctuation","value":"):"},
{"type":"Text","value":"\n "},
{"type":"Keyword","value":"pass"},
{"type":"Text","value":"\n"}
]