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/scaml/test.scaml.output
2022-01-06 18:34:29 +01:00

82 lines
2 KiB
Text
Generated

'' Text.Whitespace
'-@ ' Punctuation
'import' Keyword
' ' Text.Whitespace
'val' Keyword.Declaration
' ' Text.Whitespace
'city' Name
':' Punctuation
'String' Name.Class
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'"Tampa"' Literal.String
'\n' Text.Whitespace
'' Text.Whitespace
'-' Punctuation
' ' Text.Whitespace
'val' Keyword.Declaration
' ' Text.Whitespace
'name' Name
':' Punctuation
'String' Name.Class
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'"Hiram"' Literal.String
'\n' Text.Whitespace
'' Text.Whitespace
'%html' Name.Tag
'\n' Text
' ' Text.Whitespace
'%body' Name.Tag
'\n' Text
' ' Text.Whitespace
'%p' Name.Tag
' Hello ' Text
'#{' Literal.String.Interpol
'name' Name
'}' Literal.String.Interpol
' from ' Text
'#{' Literal.String.Interpol
'city' Name
'}' Literal.String.Interpol
'\n' Text
' ' Text.Whitespace
'%ul' Name.Tag
'\n' Text
' ' Text.Whitespace
'-' Punctuation
' ' Text.Whitespace
'for' Keyword
' ' Text.Whitespace
'(' Punctuation
' ' Text.Whitespace
'i' Name
' ' Text.Whitespace
'<-' Operator
' ' Text.Whitespace
'1' Literal.Number.Integer
' ' Text.Whitespace
'to' Name
' ' Text.Whitespace
'10' Literal.Number.Integer
' ' Text.Whitespace
')' Punctuation
'\n' Text.Whitespace
' ' Text.Whitespace
'%li' Name.Tag
' Item ' Text
'#{' Literal.String.Interpol
'i' Name
'}' Literal.String.Interpol
'\n' Text
'' Text.Whitespace