...

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

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

     1[
     2  {"type":"KeywordNamespace","value":"import"},
     3  {"type":"Text","value":" "},
     4  {"type":"NameNamespace","value":"ballerina"},
     5  {"type":"Operator","value":"/"},
     6  {"type":"Name","value":"http"},
     7  {"type":"Operator","value":";"},
     8  {"type":"Text","value":"\n\n"},
     9  {"type":"KeywordDeclaration","value":"endpoint"},
    10  {"type":"Text","value":" "},
    11  {"type":"Name","value":"http"},
    12  {"type":"Operator","value":":"},
    13  {"type":"Name","value":"Listener"},
    14  {"type":"Text","value":" "},
    15  {"type":"Name","value":"listener"},
    16  {"type":"Text","value":" "},
    17  {"type":"Operator","value":"{"},
    18  {"type":"Text","value":"\n    "},
    19  {"type":"Name","value":"port"},
    20  {"type":"Operator","value":":"},
    21  {"type":"Text","value":" "},
    22  {"type":"Name","value":"9090"},
    23  {"type":"Text","value":"\n"},
    24  {"type":"Operator","value":"};"},
    25  {"type":"Text","value":"\n"}
    26]

View as plain text