...

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

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

     1[
     2  {"type":"Punctuation","value":"\u003c"},
     3  {"type":"NameTag","value":"script"},
     4  {"type":"Text","value":" "},
     5  {"type":"NameAttribute","value":"lang"},
     6  {"type":"Operator","value":"="},
     7  {"type":"LiteralString","value":"\"typescript\""},
     8  {"type":"Punctuation","value":"\u003e"},
     9  {"type":"Text","value":"\n\t"},
    10  {"type":"CommentSingle","value":"// Nested is defined elsewhere\n"},
    11  {"type":"Text","value":"\t"},
    12  {"type":"KeywordReserved","value":"import"},
    13  {"type":"Text","value":" "},
    14  {"type":"NameOther","value":"Nested"},
    15  {"type":"Text","value":" "},
    16  {"type":"KeywordReserved","value":"from"},
    17  {"type":"Text","value":" "},
    18  {"type":"LiteralStringSingle","value":"'./Nested.svelte'"},
    19  {"type":"Punctuation","value":";"},
    20  {"type":"Text","value":"\n\n\t"},
    21  {"type":"KeywordDeclaration","value":"let"},
    22  {"type":"Text","value":" "},
    23  {"type":"NameOther","value":"src"},
    24  {"type":"Text","value":" "},
    25  {"type":"Operator","value":"="},
    26  {"type":"Text","value":" "},
    27  {"type":"LiteralStringSingle","value":"'example.png'"},
    28  {"type":"Punctuation","value":";"},
    29  {"type":"Text","value":"\n\t"},
    30  {"type":"KeywordDeclaration","value":"let"},
    31  {"type":"Text","value":" "},
    32  {"type":"NameOther","value":"name"},
    33  {"type":"Text","value":" "},
    34  {"type":"Operator","value":"="},
    35  {"type":"Text","value":" "},
    36  {"type":"LiteralStringSingle","value":"'world'"},
    37  {"type":"Punctuation","value":";"},
    38  {"type":"Text","value":"\n\n\t"},
    39  {"type":"KeywordDeclaration","value":"let"},
    40  {"type":"Text","value":" "},
    41  {"type":"NameOther","value":"names"},
    42  {"type":"Text","value":" "},
    43  {"type":"Operator","value":"="},
    44  {"type":"Text","value":" "},
    45  {"type":"Punctuation","value":"["},
    46  {"type":"Text","value":"\n\t\t"},
    47  {"type":"Punctuation","value":"{"},
    48  {"type":"Text","value":" "},
    49  {"type":"NameOther","value":"id"},
    50  {"type":"Operator","value":":"},
    51  {"type":"Text","value":" "},
    52  {"type":"LiteralStringSingle","value":"'id0001'"},
    53  {"type":"Punctuation","value":","},
    54  {"type":"Text","value":" "},
    55  {"type":"NameOther","value":"name"},
    56  {"type":"Operator","value":":"},
    57  {"type":"Text","value":" "},
    58  {"type":"LiteralStringSingle","value":"'Name 1'"},
    59  {"type":"Text","value":" "},
    60  {"type":"Punctuation","value":"},"},
    61  {"type":"Text","value":"\n\t\t"},
    62  {"type":"Punctuation","value":"{"},
    63  {"type":"Text","value":" "},
    64  {"type":"NameOther","value":"id"},
    65  {"type":"Operator","value":":"},
    66  {"type":"Text","value":" "},
    67  {"type":"LiteralStringSingle","value":"'id0002'"},
    68  {"type":"Punctuation","value":","},
    69  {"type":"Text","value":" "},
    70  {"type":"NameOther","value":"name"},
    71  {"type":"Operator","value":":"},
    72  {"type":"Text","value":" "},
    73  {"type":"LiteralStringSingle","value":"'Name 2'"},
    74  {"type":"Text","value":" "},
    75  {"type":"Punctuation","value":"},"},
    76  {"type":"Text","value":"\n\t\t"},
    77  {"type":"Punctuation","value":"{"},
    78  {"type":"Text","value":" "},
    79  {"type":"NameOther","value":"id"},
    80  {"type":"Operator","value":":"},
    81  {"type":"Text","value":" "},
    82  {"type":"LiteralStringSingle","value":"'id0003'"},
    83  {"type":"Punctuation","value":","},
    84  {"type":"Text","value":" "},
    85  {"type":"NameOther","value":"name"},
    86  {"type":"Operator","value":":"},
    87  {"type":"Text","value":" "},
    88  {"type":"LiteralStringSingle","value":"'Name 3'"},
    89  {"type":"Text","value":" "},
    90  {"type":"Punctuation","value":"}"},
    91  {"type":"Text","value":"\n\t"},
    92  {"type":"Punctuation","value":"];"},
    93  {"type":"Text","value":"\n"},
    94  {"type":"Punctuation","value":"\u003c/"},
    95  {"type":"NameTag","value":"script"},
    96  {"type":"Punctuation","value":"\u003e"},
    97  {"type":"Text","value":"\n\n"},
    98  {"type":"Punctuation","value":"\u003c"},
    99  {"type":"NameTag","value":"style"},
   100  {"type":"Punctuation","value":"\u003e"},
   101  {"type":"Text","value":"\n\t"},
   102  {"type":"NameTag","value":"h1"},
   103  {"type":"Text","value":" "},
   104  {"type":"Punctuation","value":"{"},
   105  {"type":"Text","value":"\n\t\t"},
   106  {"type":"Keyword","value":"color"},
   107  {"type":"Punctuation","value":":"},
   108  {"type":"Text","value":" "},
   109  {"type":"KeywordConstant","value":"red"},
   110  {"type":"Punctuation","value":";"},
   111  {"type":"Text","value":"\n\t\t"},
   112  {"type":"Keyword","value":"font-family"},
   113  {"type":"Punctuation","value":":"},
   114  {"type":"Text","value":" "},
   115  {"type":"Name","value":"Arial"},
   116  {"type":"Punctuation","value":","},
   117  {"type":"Text","value":" "},
   118  {"type":"Name","value":"Helvetica"},
   119  {"type":"Punctuation","value":","},
   120  {"type":"Text","value":" "},
   121  {"type":"KeywordConstant","value":"sans-serif"},
   122  {"type":"Punctuation","value":";"},
   123  {"type":"Text","value":"\n\t\t"},
   124  {"type":"Keyword","value":"font-size"},
   125  {"type":"Punctuation","value":":"},
   126  {"type":"Text","value":" "},
   127  {"type":"LiteralNumberInteger","value":"2"},
   128  {"type":"KeywordType","value":"em"},
   129  {"type":"Punctuation","value":";"},
   130  {"type":"Text","value":"\n\t"},
   131  {"type":"Punctuation","value":"}"},
   132  {"type":"Text","value":"\n"},
   133  {"type":"Punctuation","value":"\u003c/"},
   134  {"type":"NameTag","value":"style"},
   135  {"type":"Punctuation","value":"\u003e"},
   136  {"type":"Text","value":"\n\n"},
   137  {"type":"Punctuation","value":"\u003c"},
   138  {"type":"NameTag","value":"style"},
   139  {"type":"Text","value":" "},
   140  {"type":"NameAttribute","value":"lang"},
   141  {"type":"Operator","value":"="},
   142  {"type":"LiteralString","value":"\"sass\""},
   143  {"type":"Punctuation","value":"\u003e"},
   144  {"type":"Text","value":"\n"},
   145  {"type":"NameVariable","value":"$color"},
   146  {"type":"Operator","value":":"},
   147  {"type":"Text","value":" "},
   148  {"type":"NameEntity","value":"red"},
   149  {"type":"Text","value":"\n"},
   150  {"type":"NameTag","value":"h1"},
   151  {"type":"Text","value":"\n"},
   152  {"type":"Error","value":"  "},
   153  {"type":"NameAttribute","value":"color"},
   154  {"type":"Operator","value":":"},
   155  {"type":"Text","value":" "},
   156  {"type":"NameVariable","value":"$color"},
   157  {"type":"Text","value":"\n"},
   158  {"type":"Error","value":"  "},
   159  {"type":"NameAttribute","value":"font-family"},
   160  {"type":"Operator","value":":"},
   161  {"type":"Text","value":" "},
   162  {"type":"Name","value":"Arial"},
   163  {"type":"Operator","value":","},
   164  {"type":"Text","value":" "},
   165  {"type":"Name","value":"Helvetica"},
   166  {"type":"Operator","value":","},
   167  {"type":"Text","value":" "},
   168  {"type":"NameConstant","value":"sans-serif"},
   169  {"type":"Text","value":"\n"},
   170  {"type":"Error","value":"  "},
   171  {"type":"NameAttribute","value":"font-size"},
   172  {"type":"Operator","value":":"},
   173  {"type":"Text","value":" "},
   174  {"type":"LiteralNumberInteger","value":"2"},
   175  {"type":"KeywordType","value":"em"},
   176  {"type":"Text","value":"\n"},
   177  {"type":"Punctuation","value":"\u003c/"},
   178  {"type":"NameTag","value":"style"},
   179  {"type":"Punctuation","value":"\u003e"},
   180  {"type":"Text","value":"\n\n"},
   181  {"type":"Punctuation","value":"\u003c"},
   182  {"type":"NameTag","value":"h1"},
   183  {"type":"Punctuation","value":"\u003e"},
   184  {"type":"Text","value":"Hello "},
   185  {"type":"Punctuation","value":"{"},
   186  {"type":"NameOther","value":"name"},
   187  {"type":"Punctuation","value":"}"},
   188  {"type":"Text","value":"!"},
   189  {"type":"Punctuation","value":"\u003c/"},
   190  {"type":"NameTag","value":"h1"},
   191  {"type":"Punctuation","value":"\u003e"},
   192  {"type":"Text","value":"\n"},
   193  {"type":"Punctuation","value":"\u003c"},
   194  {"type":"NameTag","value":"img"},
   195  {"type":"Text","value":" "},
   196  {"type":"Punctuation","value":"{"},
   197  {"type":"NameOther","value":"src"},
   198  {"type":"Punctuation","value":"}"},
   199  {"type":"Text","value":" "},
   200  {"type":"NameAttribute","value":"alt"},
   201  {"type":"Operator","value":"="},
   202  {"type":"LiteralString","value":"\"Example image\""},
   203  {"type":"Punctuation","value":"\u003e"},
   204  {"type":"Text","value":"\n\n"},
   205  {"type":"Comment","value":"\u003c!-- import external component --\u003e"},
   206  {"type":"Text","value":"\n"},
   207  {"type":"Punctuation","value":"\u003c"},
   208  {"type":"NameTag","value":"Nested"},
   209  {"type":"Punctuation","value":"/\u003e"},
   210  {"type":"Text","value":"\n\n"},
   211  {"type":"Punctuation","value":"\u003c"},
   212  {"type":"NameTag","value":"ul"},
   213  {"type":"Punctuation","value":"\u003e"},
   214  {"type":"Text","value":"\n    "},
   215  {"type":"Punctuation","value":"{"},
   216  {"type":"Keyword","value":"#each"},
   217  {"type":"Text","value":" "},
   218  {"type":"NameOther","value":"names"},
   219  {"type":"Text","value":" "},
   220  {"type":"KeywordReserved","value":"as"},
   221  {"type":"Text","value":" "},
   222  {"type":"Punctuation","value":"{"},
   223  {"type":"Text","value":" "},
   224  {"type":"NameOther","value":"id"},
   225  {"type":"Punctuation","value":","},
   226  {"type":"Text","value":" "},
   227  {"type":"NameOther","value":"name"},
   228  {"type":"Text","value":" "},
   229  {"type":"Punctuation","value":"},"},
   230  {"type":"Text","value":" "},
   231  {"type":"NameOther","value":"i"},
   232  {"type":"Punctuation","value":"}"},
   233  {"type":"Text","value":"\n\t"},
   234  {"type":"Punctuation","value":"\u003c"},
   235  {"type":"NameTag","value":"li"},
   236  {"type":"Punctuation","value":"\u003e{"},
   237  {"type":"NameOther","value":"name"},
   238  {"type":"Punctuation","value":"}"},
   239  {"type":"Text","value":" ("},
   240  {"type":"Punctuation","value":"{"},
   241  {"type":"NameOther","value":"id"},
   242  {"type":"Punctuation","value":"}"},
   243  {"type":"Text","value":")"},
   244  {"type":"Punctuation","value":"\u003c/"},
   245  {"type":"NameTag","value":"li"},
   246  {"type":"Punctuation","value":"\u003e"},
   247  {"type":"Text","value":"\n\t"},
   248  {"type":"Punctuation","value":"{"},
   249  {"type":"Keyword","value":"/each"},
   250  {"type":"Punctuation","value":"}"},
   251  {"type":"Text","value":"\n"},
   252  {"type":"Punctuation","value":"\u003c/"},
   253  {"type":"NameTag","value":"ul"},
   254  {"type":"Punctuation","value":"\u003e"},
   255  {"type":"Text","value":"\n\n"},
   256  {"type":"Punctuation","value":"\u003c"},
   257  {"type":"NameTag","value":"template"},
   258  {"type":"Punctuation","value":"\u003e"},
   259  {"type":"Text","value":"\n    "},
   260  {"type":"Punctuation","value":"\u003c"},
   261  {"type":"NameTag","value":"form"},
   262  {"type":"Text","value":" "},
   263  {"type":"NameAttribute","value":"on:submit"},
   264  {"type":"Operator","value":"|"},
   265  {"type":"NameAttribute","value":"preventDefault"},
   266  {"type":"Operator","value":"="},
   267  {"type":"LiteralString","value":"\""},
   268  {"type":"Punctuation","value":"{"},
   269  {"type":"NameOther","value":"submitSearch"},
   270  {"type":"Punctuation","value":"}"},
   271  {"type":"LiteralString","value":"\""},
   272  {"type":"Punctuation","value":"\u003e"},
   273  {"type":"Text","value":"\n        "},
   274  {"type":"Punctuation","value":"\u003c"},
   275  {"type":"NameTag","value":"input"},
   276  {"type":"Text","value":" "},
   277  {"type":"NameAttribute","value":"type"},
   278  {"type":"Operator","value":"="},
   279  {"type":"LiteralString","value":"\"search\""},
   280  {"type":"Text","value":" "},
   281  {"type":"NameAttribute","value":"bind:value"},
   282  {"type":"Operator","value":"="},
   283  {"type":"LiteralString","value":"\""},
   284  {"type":"Punctuation","value":"{"},
   285  {"type":"NameOther","value":"name"},
   286  {"type":"Punctuation","value":"}"},
   287  {"type":"LiteralString","value":"\""},
   288  {"type":"Text","value":" "},
   289  {"type":"NameAttribute","value":"required"},
   290  {"type":"Text","value":" "},
   291  {"type":"Punctuation","value":"/\u003e"},
   292  {"type":"Text","value":"\n        "},
   293  {"type":"Punctuation","value":"\u003c"},
   294  {"type":"NameTag","value":"button"},
   295  {"type":"Text","value":" "},
   296  {"type":"NameAttribute","value":"type"},
   297  {"type":"Operator","value":"="},
   298  {"type":"LiteralString","value":"\"submit\""},
   299  {"type":"Punctuation","value":"\u003e"},
   300  {"type":"Text","value":"Search"},
   301  {"type":"Punctuation","value":"\u003c/"},
   302  {"type":"NameTag","value":"button"},
   303  {"type":"Punctuation","value":"\u003e"},
   304  {"type":"Text","value":"\n    "},
   305  {"type":"Punctuation","value":"\u003c/"},
   306  {"type":"NameTag","value":"form"},
   307  {"type":"Punctuation","value":"\u003e"},
   308  {"type":"Text","value":"\n\n    "},
   309  {"type":"Punctuation","value":"{"},
   310  {"type":"Keyword","value":"#if"},
   311  {"type":"Text","value":" "},
   312  {"type":"NameOther","value":"porridge"},
   313  {"type":"Punctuation","value":"."},
   314  {"type":"NameOther","value":"temperature"},
   315  {"type":"Text","value":" "},
   316  {"type":"Operator","value":"\u003e"},
   317  {"type":"Text","value":" "},
   318  {"type":"LiteralNumberInteger","value":"100"},
   319  {"type":"Punctuation","value":"}"},
   320  {"type":"Text","value":"\n\t"},
   321  {"type":"Punctuation","value":"\u003c"},
   322  {"type":"NameTag","value":"p"},
   323  {"type":"Punctuation","value":"\u003e"},
   324  {"type":"Text","value":"too hot!"},
   325  {"type":"Punctuation","value":"\u003c/"},
   326  {"type":"NameTag","value":"p"},
   327  {"type":"Punctuation","value":"\u003e"},
   328  {"type":"Text","value":"\n    "},
   329  {"type":"Punctuation","value":"{"},
   330  {"type":"Keyword","value":":else"},
   331  {"type":"Text","value":" "},
   332  {"type":"Keyword","value":"if"},
   333  {"type":"Text","value":" "},
   334  {"type":"LiteralNumberInteger","value":"80"},
   335  {"type":"Text","value":" "},
   336  {"type":"Operator","value":"\u003e"},
   337  {"type":"Text","value":" "},
   338  {"type":"NameOther","value":"porridge"},
   339  {"type":"Punctuation","value":"."},
   340  {"type":"NameOther","value":"temperature"},
   341  {"type":"Punctuation","value":"}"},
   342  {"type":"Text","value":"\n\t"},
   343  {"type":"Punctuation","value":"\u003c"},
   344  {"type":"NameTag","value":"p"},
   345  {"type":"Punctuation","value":"\u003e"},
   346  {"type":"Text","value":"too cold!"},
   347  {"type":"Punctuation","value":"\u003c/"},
   348  {"type":"NameTag","value":"p"},
   349  {"type":"Punctuation","value":"\u003e"},
   350  {"type":"Text","value":"\n    "},
   351  {"type":"Punctuation","value":"{"},
   352  {"type":"Operator","value":":"},
   353  {"type":"Keyword","value":"else"},
   354  {"type":"Punctuation","value":"}"},
   355  {"type":"Text","value":"\n\t"},
   356  {"type":"Punctuation","value":"\u003c"},
   357  {"type":"NameTag","value":"p"},
   358  {"type":"Punctuation","value":"\u003e"},
   359  {"type":"Text","value":"just right!"},
   360  {"type":"Punctuation","value":"\u003c/"},
   361  {"type":"NameTag","value":"p"},
   362  {"type":"Punctuation","value":"\u003e"},
   363  {"type":"Text","value":"\n    "},
   364  {"type":"Punctuation","value":"{"},
   365  {"type":"Keyword","value":"/if"},
   366  {"type":"Punctuation","value":"}"},
   367  {"type":"Text","value":"\n\n    "},
   368  {"type":"Punctuation","value":"{"},
   369  {"type":"Keyword","value":"#await"},
   370  {"type":"Text","value":" "},
   371  {"type":"NameOther","value":"promise"},
   372  {"type":"Punctuation","value":"}"},
   373  {"type":"Text","value":"\n\t"},
   374  {"type":"Comment","value":"\u003c!-- promise is pending --\u003e"},
   375  {"type":"Text","value":"\n\t"},
   376  {"type":"Punctuation","value":"\u003c"},
   377  {"type":"NameTag","value":"p"},
   378  {"type":"Punctuation","value":"\u003e"},
   379  {"type":"Text","value":"waiting for the promise to resolve..."},
   380  {"type":"Punctuation","value":"\u003c/"},
   381  {"type":"NameTag","value":"p"},
   382  {"type":"Punctuation","value":"\u003e"},
   383  {"type":"Text","value":"\n    "},
   384  {"type":"Punctuation","value":"{"},
   385  {"type":"Keyword","value":":then"},
   386  {"type":"Text","value":" "},
   387  {"type":"NameOther","value":"value"},
   388  {"type":"Punctuation","value":"}"},
   389  {"type":"Text","value":"\n\t"},
   390  {"type":"Comment","value":"\u003c!-- promise was fulfilled --\u003e"},
   391  {"type":"Text","value":"\n\t"},
   392  {"type":"Punctuation","value":"\u003c"},
   393  {"type":"NameTag","value":"p"},
   394  {"type":"Punctuation","value":"\u003e"},
   395  {"type":"Text","value":"The value is "},
   396  {"type":"Punctuation","value":"{"},
   397  {"type":"NameOther","value":"value"},
   398  {"type":"Punctuation","value":"}\u003c/"},
   399  {"type":"NameTag","value":"p"},
   400  {"type":"Punctuation","value":"\u003e"},
   401  {"type":"Text","value":"\n    "},
   402  {"type":"Punctuation","value":"{"},
   403  {"type":"Keyword","value":":catch"},
   404  {"type":"Text","value":" "},
   405  {"type":"NameOther","value":"error"},
   406  {"type":"Punctuation","value":"}"},
   407  {"type":"Text","value":"\n\t"},
   408  {"type":"Comment","value":"\u003c!-- promise was rejected --\u003e"},
   409  {"type":"Text","value":"\n\t"},
   410  {"type":"Punctuation","value":"\u003c"},
   411  {"type":"NameTag","value":"p"},
   412  {"type":"Punctuation","value":"\u003e"},
   413  {"type":"Text","value":"Something went wrong: "},
   414  {"type":"Punctuation","value":"{"},
   415  {"type":"NameOther","value":"error"},
   416  {"type":"Punctuation","value":"."},
   417  {"type":"NameOther","value":"message"},
   418  {"type":"Punctuation","value":"}\u003c/"},
   419  {"type":"NameTag","value":"p"},
   420  {"type":"Punctuation","value":"\u003e"},
   421  {"type":"Text","value":"\n    "},
   422  {"type":"Punctuation","value":"{"},
   423  {"type":"Keyword","value":"/await"},
   424  {"type":"Punctuation","value":"}"},
   425  {"type":"Text","value":"\n\n    "},
   426  {"type":"Punctuation","value":"{"},
   427  {"type":"Keyword","value":"#await"},
   428  {"type":"Text","value":" "},
   429  {"type":"NameOther","value":"promise"},
   430  {"type":"Text","value":" "},
   431  {"type":"Keyword","value":"then"},
   432  {"type":"Text","value":" "},
   433  {"type":"NameOther","value":"value"},
   434  {"type":"Punctuation","value":"}"},
   435  {"type":"Text","value":"\n\t"},
   436  {"type":"Punctuation","value":"\u003c"},
   437  {"type":"NameTag","value":"p"},
   438  {"type":"Punctuation","value":"\u003e"},
   439  {"type":"Text","value":"The value is "},
   440  {"type":"Punctuation","value":"{"},
   441  {"type":"NameOther","value":"value"},
   442  {"type":"Punctuation","value":"}\u003c/"},
   443  {"type":"NameTag","value":"p"},
   444  {"type":"Punctuation","value":"\u003e"},
   445  {"type":"Text","value":"\n    "},
   446  {"type":"Punctuation","value":"{"},
   447  {"type":"Keyword","value":"/await"},
   448  {"type":"Punctuation","value":"}"},
   449  {"type":"Text","value":"\n\n    "},
   450  {"type":"Punctuation","value":"{"},
   451  {"type":"Keyword","value":"#await"},
   452  {"type":"Text","value":" "},
   453  {"type":"NameOther","value":"promise"},
   454  {"type":"Text","value":" "},
   455  {"type":"Keyword","value":"catch"},
   456  {"type":"Text","value":" "},
   457  {"type":"NameOther","value":"error"},
   458  {"type":"Punctuation","value":"}"},
   459  {"type":"Text","value":"\n\t"},
   460  {"type":"Punctuation","value":"\u003c"},
   461  {"type":"NameTag","value":"p"},
   462  {"type":"Punctuation","value":"\u003e"},
   463  {"type":"Text","value":"The error is "},
   464  {"type":"Punctuation","value":"{"},
   465  {"type":"NameOther","value":"error"},
   466  {"type":"Punctuation","value":"}\u003c/"},
   467  {"type":"NameTag","value":"p"},
   468  {"type":"Punctuation","value":"\u003e"},
   469  {"type":"Text","value":"\n    "},
   470  {"type":"Punctuation","value":"{"},
   471  {"type":"Keyword","value":"/await"},
   472  {"type":"Punctuation","value":"}"},
   473  {"type":"Text","value":"\n\n    "},
   474  {"type":"Punctuation","value":"{"},
   475  {"type":"Keyword","value":"#key"},
   476  {"type":"Text","value":" "},
   477  {"type":"NameOther","value":"value"},
   478  {"type":"Punctuation","value":"}"},
   479  {"type":"Text","value":"\n\t"},
   480  {"type":"Punctuation","value":"\u003c"},
   481  {"type":"NameTag","value":"div"},
   482  {"type":"Text","value":" "},
   483  {"type":"NameAttribute","value":"transition:fade"},
   484  {"type":"Punctuation","value":"\u003e{"},
   485  {"type":"NameOther","value":"value"},
   486  {"type":"Punctuation","value":"}\u003c/"},
   487  {"type":"NameTag","value":"div"},
   488  {"type":"Punctuation","value":"\u003e"},
   489  {"type":"Text","value":"\n    "},
   490  {"type":"Punctuation","value":"{"},
   491  {"type":"Keyword","value":"/key"},
   492  {"type":"Punctuation","value":"}"},
   493  {"type":"Text","value":"\n\n    "},
   494  {"type":"Punctuation","value":"\u003c"},
   495  {"type":"NameTag","value":"div"},
   496  {"type":"Text","value":" "},
   497  {"type":"NameAttribute","value":"class"},
   498  {"type":"Operator","value":"="},
   499  {"type":"LiteralString","value":"\"blog-post\""},
   500  {"type":"Punctuation","value":"\u003e"},
   501  {"type":"Text","value":"\n\t    "},
   502  {"type":"Punctuation","value":"\u003c"},
   503  {"type":"NameTag","value":"h1"},
   504  {"type":"Punctuation","value":"\u003e{"},
   505  {"type":"NameOther","value":"post"},
   506  {"type":"Punctuation","value":"."},
   507  {"type":"NameOther","value":"title"},
   508  {"type":"Punctuation","value":"}\u003c/"},
   509  {"type":"NameTag","value":"h1"},
   510  {"type":"Punctuation","value":"\u003e"},
   511  {"type":"Text","value":"\n\t    "},
   512  {"type":"Punctuation","value":"{"},
   513  {"type":"Keyword","value":"@html"},
   514  {"type":"Text","value":" "},
   515  {"type":"NameOther","value":"post"},
   516  {"type":"Punctuation","value":"."},
   517  {"type":"NameOther","value":"content"},
   518  {"type":"Punctuation","value":"}"},
   519  {"type":"Text","value":"\n    "},
   520  {"type":"Punctuation","value":"\u003c/"},
   521  {"type":"NameTag","value":"div"},
   522  {"type":"Punctuation","value":"\u003e"},
   523  {"type":"Text","value":"\n\n    "},
   524  {"type":"Punctuation","value":"{"},
   525  {"type":"Keyword","value":"@debug"},
   526  {"type":"Text","value":" "},
   527  {"type":"NameOther","value":"user"},
   528  {"type":"Punctuation","value":"}"},
   529  {"type":"Text","value":"\n"},
   530  {"type":"Punctuation","value":"\u003c/"},
   531  {"type":"NameTag","value":"template"},
   532  {"type":"Punctuation","value":"\u003e"}
   533]

View as plain text