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/ragel-cpp/ragel-cpp_snippet.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

12 lines
315 B
Text
Generated

'\t' Text.Whitespace
'%%' Punctuation
' ' Text.Whitespace
'write' Keyword
' ' Text.Whitespace
'init' Name.Variable
';' Punctuation
'\n' Text
'\t' Text.Whitespace
'/* Read in a block. */' Comment.Multiline
'\n' Text.Whitespace