...

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

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

     1[
     2  {"type":"Punctuation","value":":"},
     3  {"type":"NameDecorator","value":"root"},
     4  {"type":"Text","value":" "},
     5  {"type":"Punctuation","value":"{"},
     6  {"type":"Text","value":"\n  "},
     7  {"type":"NameVariable","value":"--variable-name"},
     8  {"type":"Punctuation","value":":"},
     9  {"type":"Text","value":" "},
    10  {"type":"LiteralNumberHex","value":"#fff"},
    11  {"type":"Punctuation","value":";"},
    12  {"type":"Text","value":"\n"},
    13  {"type":"Punctuation","value":"}"},
    14  {"type":"Text","value":"\n"}
    15]

View as plain text