...

Text file src/github.com/alecthomas/chroma/lexers/testdata/python/test_fstring_30b.expected

Documentation: github.com/alecthomas/chroma/lexers/testdata/python

     1[
     2  {"type":"LiteralStringAffix","value":"f"},
     3  {"type":"LiteralStringSingle","value":"'"},
     4  {"type":"LiteralStringInterpol","value":"{"},
     5  {"type":"Text","value":" "},
     6  {"type":"NameBuiltin","value":"chr"},
     7  {"type":"Punctuation","value":"("},
     8  {"type":"LiteralNumberInteger","value":"65"},
     9  {"type":"Punctuation","value":")"},
    10  {"type":"Text","value":" "},
    11  {"type":"LiteralStringInterpol","value":"=}"},
    12  {"type":"LiteralStringSingle","value":"'"},
    13  {"type":"Text","value":"\n"}
    14]

View as plain text