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/ul4/example_operators.ul4.output
2022-03-07 13:12:44 +01:00

444 lines
10 KiB
Text
Generated

'<?doc UL4 example for various operators?>' Literal.String.Doc
'\n\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'+' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'-' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'*' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'/' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'//' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'%' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'<<' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'>>' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'&' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'|' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'^' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'<' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'>' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'<=' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'>=' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'==' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'!=' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'(' Operator
'a' Name
')' Operator
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'[' Operator
'a' Name
',' Operator
' ' Text.Whitespace
'b' Name
']' Operator
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'{' Operator
'a' Name
',' Operator
' ' Text.Whitespace
'b' Name
'}' Operator
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'{' Operator
'a' Name
':' Operator
' ' Text.Whitespace
'b' Name
',' Operator
' ' Text.Whitespace
'c' Name
':' Operator
' ' Text.Whitespace
'd' Name
'}' Operator
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'or' Keyword
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'and' Keyword
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'[' Operator
'i' Name
' ' Text.Whitespace
'for' Keyword
' ' Text.Whitespace
'i' Name
' ' Text.Whitespace
'in' Keyword
' ' Text.Whitespace
'range' Name
'(' Operator
'10' Literal.Number.Integer
')' Operator
' ' Text.Whitespace
'if' Keyword
' ' Text.Whitespace
'i' Name
']' Operator
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'if' Keyword
' ' Text.Whitespace
'b' Name
' ' Text.Whitespace
'else' Keyword
' ' Text.Whitespace
'c' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'not' Keyword
' ' Text.Whitespace
'a' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'print' Keyword
' ' Text.Whitespace
'~' Operator
'a' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'code' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'+=' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'code' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'-=' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'code' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'*=' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'code' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'/=' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'code' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'//' Operator
'=' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'code' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'%' Operator
'=' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'code' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'<<' Operator
'=' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'code' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'>>' Operator
'=' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'code' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'&=' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'code' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'|=' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other
'<?' Comment.Preproc
'code' Keyword
' ' Text.Whitespace
'a' Name
' ' Text.Whitespace
'^' Operator
'=' Operator
' ' Text.Whitespace
'b' Name
'?>' Comment.Preproc
'\n' Other