...

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

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

     1[
     2  {"type":"Text","value":"ods listing close"},
     3  {"type":"KeywordReserved","value":";\nproc reg "},
     4  {"type":"Text","value":"data=work"},
     5  {"type":"LiteralNumber","value":"."},
     6  {"type":"Text","value":"funda edf outest=work"},
     7  {"type":"LiteralNumber","value":"."},
     8  {"type":"Text","value":"params;\n  "},
     9  {"type":"Comment","value":"/* industry-year regression */"},
    10  {"type":"Text","value":"\n  "},
    11  {"type":"Keyword","value":"by"},
    12  {"type":"Text","value":" fyear sic2;\n  "},
    13  {"type":"Comment","value":"/* id is necessary for later matching Jackknifed coefficients to firm-year */"},
    14  {"type":"Text","value":"\n  id "},
    15  {"type":"Keyword","value":"key"},
    16  {"type":"Text","value":";\n  "},
    17  {"type":"Comment","value":"/* Jones Model */"},
    18  {"type":"Text","value":"\n  Jones: model tac = inv_at_l drev ppe / noint influence i;\n  "},
    19  {"type":"Comment","value":"/* Kothari Model with ROA */"},
    20  {"type":"Text","value":"\n  Kothari: model tac = inv_at_l drevadj ppe roa / noint influence i;\n  ods "},
    21  {"type":"Keyword","value":"output"},
    22  {"type":"Text","value":" OutputStatistics=work"},
    23  {"type":"LiteralNumber","value":"."},
    24  {"type":"Text","value":"outstats InvXPX=work"},
    25  {"type":"LiteralNumber","value":"."},
    26  {"type":"Text","value":"xpxinv"},
    27  {"type":"KeywordReserved","value":";\nrun;"},
    28  {"type":"Text","value":"\nods listing;"}
    29]

View as plain text