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/sql+jinja/example.sql.output
2022-06-05 20:22:31 +02:00

112 lines
2.7 KiB
Text
Generated

'{%' Comment.Preproc
'- ' Text
'set' Keyword
' ' Text
'payment_methods' Name.Variable
' ' Text
'=' Operator
' ' Text
'[' Operator
'"bank_transfer"' Literal.String.Double
',' Operator
' ' Text
'"credit_card"' Literal.String.Double
',' Operator
' ' Text
'"gift_card"' Literal.String.Double
']' Operator
' ' Text
'-' Text
'%}' Comment.Preproc
'\n\n' Text.Whitespace
'select' Keyword
'\n ' Text.Whitespace
'order_id' Name
',' Punctuation
'\n ' Text.Whitespace
'{%' Comment.Preproc
'- ' Text
'for' Keyword
' ' Text
'payment_method' Name.Variable
' ' Text
'in' Keyword
' ' Text
'payment_methods' Name.Variable
' ' Text
'%}' Comment.Preproc
'\n ' Text.Whitespace
'sum' Keyword
'(' Punctuation
'case' Keyword
' ' Text.Whitespace
'when' Keyword
' ' Text.Whitespace
'payment_method' Name
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
"'" Literal.String.Single
'{{' Comment.Preproc
'payment_method' Name.Variable
'}}' Comment.Preproc
"'" Literal.String.Single
' ' Text.Whitespace
'then' Keyword
' ' Text.Whitespace
'amount' Name
' ' Text.Whitespace
'end' Keyword
')' Punctuation
' ' Text.Whitespace
'as' Keyword
' ' Text.Whitespace
'{{' Comment.Preproc
'payment_method' Name.Variable
'}}' Comment.Preproc
'_amount' Name
'\n ' Text.Whitespace
'{%' Comment.Preproc
'- ' Text
'if' Keyword
' ' Text
'not' Keyword
' ' Text
'loop' Name.Builtin
'.last' Name.Variable
' ' Text
'%}' Comment.Preproc
',' Punctuation
'{%' Comment.Preproc
' ' Text
'endif' Keyword
' ' Text
'-' Text
'%}' Comment.Preproc
'\n ' Text.Whitespace
'{%' Comment.Preproc
' ' Text
'endfor' Keyword
' ' Text
'%}' Comment.Preproc
'\n' Text.Whitespace
'from' Keyword
' ' Text.Whitespace
'{{' Comment.Preproc
' ' Text
'ref' Name.Variable
'(' Operator
"'raw_payments'" Literal.String.Single
')' Operator
' ' Text
'}}' Comment.Preproc
'\n' Text.Whitespace
'group' Keyword
' ' Text.Whitespace
'by' Keyword
' ' Text.Whitespace
'1' Literal.Number.Integer
'\n' Text.Whitespace