This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/examplefiles/ssp/test.ssp.output
2022-12-04 16:25:25 +01:00

79 lines
1.8 KiB
Text
Generated

'<%@' Keyword
' ' Text.Whitespace
'val' Name
' ' Text.Whitespace
'someName' Name
':' Punctuation
' ' Text.Whitespace
'String' Name
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'"' Literal.String
'someDefaultValue' Literal.String
'"' Literal.String
' ' Text.Whitespace
'%>' Keyword
'\n' Text.Whitespace
'<%' Keyword
' ' Text.Whitespace
'import' Keyword.Namespace
' ' Text.Whitespace
'com.acme.MySnippets._' Name.Namespace
' ' Text.Whitespace
'%>' Keyword
'\n' Text.Whitespace
'<html' Name.Tag
'>' Name.Tag
'\n' Text.Whitespace
'<body' Name.Tag
'>' Name.Tag
'\n' Text.Whitespace
'<h1' Name.Tag
'>' Name.Tag
'Hello' Text
' ' Text.Whitespace
'${someName}%' Text
'</h1>' Name.Tag
'\n\n' Text.Whitespace
'<ul' Name.Tag
'>' Name.Tag
'\n' Text.Whitespace
'<%=' Keyword
' ' Text.Whitespace
'for' Keyword
' ' Text.Whitespace
'(' Punctuation
'person' Name
' ' Text.Whitespace
'<' Operator
'-' Operator
' ' Text.Whitespace
'people' Name
')' Punctuation
' ' Text.Whitespace
'{' Punctuation
' ' Text.Whitespace
'%>' Keyword
'\n ' Text.Whitespace
'<li' Name.Tag
'>' Name.Tag
'${person.name}' Text
'</li>' Name.Tag
'\n' Text.Whitespace
'<%' Keyword
' ' Text.Whitespace
'}' Punctuation
' ' Text.Whitespace
'%>' Keyword
'\n' Text.Whitespace
'</ul>' Name.Tag
' \n' Text.Whitespace