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/logos/logos_example.xm.output
Matthäus G. Chajdas a537d5e966 Use the correct whitespace token for the C family.
The CFamilyLexer was matching whitespace as Text instead of Whitespace.
2021-06-20 11:42:04 +02:00

152 lines
3.3 KiB
Text
Generated

'%hook' Keyword
' ' Text
'ABC' Name.Class
'\n' Text.Whitespace
'-' Punctuation
' ' Text
'(' Punctuation
'id' Keyword.Type
')' Punctuation
'a:' Name.Function
'(' Punctuation
'B' Name
')' Punctuation
'b' Name.Variable
' ' Text.Whitespace
'{' Punctuation
'\n' Text.Whitespace
'\t' Text.Whitespace
'%log' Keyword
';' Punctuation
'\n' Text.Whitespace
'\t' Text.Whitespace
'return' Keyword
' ' Text.Whitespace
'%orig' Keyword
'(' Punctuation
'nil' Name.Builtin
')' Punctuation
';' Punctuation
'\n' Text.Whitespace
'}' Punctuation
'\n' Text.Whitespace
'%end' Keyword
'\n\n' Text
'%subclass' Keyword
' ' Text
'DEF' Name.Class
': ' Text
'NSObject' Name.Builtin.Pseudo
'\n' Text.Whitespace
'-' Punctuation
' ' Text
'(' Punctuation
'id' Keyword.Type
')' Punctuation
'init' Name.Function
' ' Text.Whitespace
'{' Punctuation
'\n' Text.Whitespace
'\t' Text.Whitespace
'[' Punctuation
'%c' Keyword
'(' Punctuation
'RuntimeAccessibleClass' Name.Class
')' Punctuation
' ' Text.Whitespace
'alloc' Name
']' Punctuation
';' Punctuation
'\n' Text.Whitespace
'\t' Text.Whitespace
'return' Keyword
' ' Text.Whitespace
'nil' Name.Builtin
';' Punctuation
'\n' Text.Whitespace
'}' Punctuation
'\n' Text.Whitespace
'%end' Keyword
'\n\n' Text
'%group' Keyword
' ' Text
'OptionalHooks' Name.Class
'\n' Text.Whitespace
'%hook' Keyword
' ' Text
'ABC' Name.Class
'\n' Text.Whitespace
'-' Punctuation
' ' Text
'(' Punctuation
'void' Keyword.Type
')' Punctuation
'release' Name.Function
' ' Text.Whitespace
'{' Punctuation
'\n' Text.Whitespace
'\t' Text.Whitespace
'[' Punctuation
'self' Name.Builtin
' ' Text.Whitespace
'retain' Keyword
']' Punctuation
';' Punctuation
'\n' Text.Whitespace
'\t' Text.Whitespace
'%orig' Keyword
';' Punctuation
'\n' Text.Whitespace
'}' Punctuation
'\n' Text.Whitespace
'%end' Keyword
'\n' Text
'%end' Keyword
'\n\n' Text
'%ctor' Keyword
' ' Text
'{' Punctuation
'\n' Text.Whitespace
'\t' Text.Whitespace
'%init' Keyword
';' Punctuation
'\n' Text.Whitespace
'\t' Text.Whitespace
'if' Keyword
'(' Punctuation
'OptionalCondition' Name
')' Punctuation
'\n' Text.Whitespace
'\t\t' Text.Whitespace
'%init' Keyword
'(' Punctuation
'OptionalHooks' Name.Class
')' Punctuation
';' Punctuation
'\n' Text.Whitespace
'}' Punctuation
'\n' Text.Whitespace