...

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

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

     1[
     2  {"type":"NameVariable","value":"$white"},
     3  {"type":"Text","value":" "},
     4  {"type":"Operator","value":"?="},
     5  {"type":"Text","value":" "},
     6  {"type":"LiteralNumberHex","value":"#fff"},
     7  {"type":"Text","value":"\n"},
     8  {"type":"NameTag","value":"body"},
     9  {"type":"Text","value":" "},
    10  {"type":"Punctuation","value":"{"},
    11  {"type":"Text","value":"\n  "},
    12  {"type":"NameProperty","value":"color"},
    13  {"type":"Punctuation","value":":"},
    14  {"type":"Text","value":" "},
    15  {"type":"NameVariable","value":"$white"},
    16  {"type":"Punctuation","value":";"},
    17  {"type":"Text","value":"\n"},
    18  {"type":"Punctuation","value":"}"}
    19]

View as plain text