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/css/test.css.output
Sebastian Engel 7c358cd5e6
Whitespace token modernization - [bc] lexers - regarding #1905 (#1923)
* Modernize Whitespace token: basic lexer

* Modernize Whitespace token: bibtex lexer

* Modernize Whitespace token: boa lexer

* Modernize Whitespace token: capnproto lexer + new example

* Modernize Whitespace token: cddl lexer

* Modernize Whitespace token: chapel lexer

* Modernize Whitespace token: c_like lexer

* Modernize Whitespace token: configs lexer

* Modernize Whitespace token: console lexer

* Modernize Whitespace token: crystal lexer

* Modernize Whitespace token: csound lexer

* Modernize Whitespace token: css lexer

* Revert a change in basic lexer
2021-10-23 13:04:56 +02:00

357 lines
9.1 KiB
Text
Generated

'body' Name.Tag
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'font-size' Keyword
':' Punctuation
' ' Text.Whitespace
'12' Literal.Number.Integer
'pt' Keyword.Type
';' Punctuation
'\n ' Text.Whitespace
'background' Keyword
':' Punctuation
' ' Text.Whitespace
'#fff' Literal.Number.Hex
' ' Text.Whitespace
'url' Name.Builtin
'(' Punctuation
'temp.png' Literal.String.Other
')' Punctuation
' ' Text.Whitespace
'top' Keyword.Constant
' ' Text.Whitespace
'left' Keyword.Constant
' ' Text.Whitespace
'no-repeat' Keyword.Constant
';' Punctuation
'\n' Text.Whitespace
'}' Punctuation
'\n\n' Text.Whitespace
'*' Operator
' ' Text.Whitespace
'html' Name.Tag
' ' Text.Whitespace
'body' Name.Tag
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'font-size' Keyword
':' Punctuation
' ' Text.Whitespace
'14' Literal.Number.Integer
'pt' Keyword.Type
';' Punctuation
'\n' Text.Whitespace
'}' Punctuation
'\n\n' Text.Whitespace
'#' Punctuation
'nav' Name.Namespace
' ' Text.Whitespace
'.' Punctuation
'new' Name.Class
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'display' Keyword
':' Punctuation
' ' Text.Whitespace
'block' Keyword.Constant
';' Punctuation
'\n ' Text.Whitespace
'-webkit-' Keyword.Pseudo
'border-radius' Keyword
':' Punctuation
' ' Text.Whitespace
'5' Literal.Number.Integer
'px' Keyword.Type
';' Punctuation
'\n ' Text.Whitespace
'-moz-' Keyword.Pseudo
'border-radius' Keyword
':' Punctuation
' ' Text.Whitespace
'5' Literal.Number.Integer
'px' Keyword.Type
';' Punctuation
'\n ' Text.Whitespace
'-ms-' Keyword.Pseudo
'border-radius' Keyword
':' Punctuation
' ' Text.Whitespace
'5' Literal.Number.Integer
'px' Keyword.Type
';' Punctuation
'\n ' Text.Whitespace
'-o-' Keyword.Pseudo
'border-radius' Keyword
':' Punctuation
' ' Text.Whitespace
'5' Literal.Number.Integer
'px' Keyword.Type
';' Punctuation
'\n ' Text.Whitespace
'border-radius' Keyword
':' Punctuation
' ' Text.Whitespace
'5' Literal.Number.Integer
'px' Keyword.Type
';' Punctuation
'\n' Text.Whitespace
'}' Punctuation
'\n\n' Text.Whitespace
'ul' Name.Tag
'#' Punctuation
'nav' Name.Namespace
' ' Text.Whitespace
'li' Name.Tag
'.' Punctuation
'new' Name.Class
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'font-weight' Keyword
':' Punctuation
' ' Text.Whitespace
'bold' Keyword.Constant
';' Punctuation
'\n' Text.Whitespace
'}' Punctuation
'\n\n' Text.Whitespace
':' Punctuation
'link' Name.Decorator
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'color' Keyword
':' Punctuation
' ' Text.Whitespace
'#f00' Literal.Number.Hex
';' Punctuation
'\n' Text.Whitespace
'}' Punctuation
'\n\n' Text.Whitespace
':' Punctuation
'link' Name.Decorator
':' Punctuation
'hover' Name.Decorator
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'color' Keyword
':' Punctuation
' ' Text.Whitespace
'#0f0' Literal.Number.Hex
';' Punctuation
'\n' Text.Whitespace
'}' Punctuation
'\n\n' Text.Whitespace
'@' Punctuation
'media' Keyword
' ' Text.Whitespace
'screen' Name.Tag
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'body' Name.Tag
' ' Text.Whitespace
'{' Punctuation
'\n ' Text.Whitespace
'background' Keyword
':' Punctuation
' ' Text.Whitespace
'#ccc' Literal.Number.Hex
';' Punctuation
'\n ' Text.Whitespace
'}' Punctuation
'\n' Text.Whitespace
'}' Punctuation
'\n\n' Text.Whitespace
'@' Punctuation
'namespace' Keyword
' ' Text.Whitespace
'"http://www.w3.org/1999/xhtml"' Literal.String.Double
';' Punctuation
'\n\n' Text.Whitespace
'@' Punctuation
'import' Keyword
' ' Text.Whitespace
'url' Name.Tag
'(' Operator
'"mystyle.css"' Literal.String.Double
')' Operator
';' Punctuation
'\n\n' Text.Whitespace
'@' Punctuation
'charset' Keyword
' ' Text.Whitespace
'"ISO-8859-1"' Literal.String.Double
';' Punctuation
'\n\n' Text.Whitespace
'@' Punctuation
'font-face' Keyword
' ' Text.Whitespace
'{' Punctuation
' ' Text.Whitespace
'font-family' Name.Tag
':' Operator
' ' Text.Whitespace
'"Example Font"' Literal.String.Double
';' Operator
' ' Text.Whitespace
'src' Name.Tag
':' Operator
' ' Text.Whitespace
'url' Name.Tag
'(' Operator
'"http://www.example.com/fonts/example"' Literal.String.Double
')' Operator
';' Operator
' ' Text.Whitespace
'}' Punctuation
'\n\n' Text.Whitespace
'@' Punctuation
'media' Keyword
' ' Text.Whitespace
'screen' Name.Tag
' ' Text.Whitespace
'{' Punctuation
' ' Text.Whitespace
'body' Name.Tag
' ' Text.Whitespace
'{' Punctuation
' ' Text.Whitespace
'font-size' Keyword
':' Punctuation
' ' Text.Whitespace
'16' Literal.Number.Integer
'px' Keyword.Type
' ' Text.Whitespace
'}' Punctuation
' ' Text.Whitespace
'}' Punctuation
' ' Text.Whitespace
'@' Punctuation
'media' Keyword
' ' Text.Whitespace
'print' Name.Tag
' ' Text.Whitespace
'{' Punctuation
' ' Text.Whitespace
'body' Name.Tag
' ' Text.Whitespace
'{' Punctuation
' ' Text.Whitespace
'font-size' Keyword
':' Punctuation
' ' Text.Whitespace
'12' Literal.Number.Integer
'pt' Keyword.Type
' ' Text.Whitespace
'}' Punctuation
' ' Text.Whitespace
'}' Punctuation
'\n\n\n' Text.Whitespace
'@' Punctuation
'page' Keyword
' ' Text.Whitespace
'{' Punctuation
' ' Text.Whitespace
'body' Name.Tag
' ' Text.Whitespace
'{' Punctuation
' ' Text.Whitespace
'margin' Keyword
':' Punctuation
' ' Text.Whitespace
'1' Literal.Number.Integer
'in' Keyword.Type
' ' Text.Whitespace
'1.5' Literal.Number.Float
'in' Keyword.Type
';' Punctuation
' ' Text.Whitespace
'}' Punctuation
' ' Text.Whitespace
'}' Punctuation
'\n\n' Text.Whitespace
'@' Punctuation
'page' Keyword
' ' Text.Whitespace
'linke-seite' Name.Tag
':' Punctuation
'left' Name.Decorator
' ' Text.Whitespace
'{' Punctuation
' ' Text.Whitespace
'body' Name.Tag
' ' Text.Whitespace
'{' Punctuation
' ' Text.Whitespace
'margin' Keyword
':' Punctuation
'20' Literal.Number.Integer
'mm' Keyword.Type
';' Punctuation
' ' Text.Whitespace
'margin-right' Keyword
':' Punctuation
'25' Literal.Number.Integer
'mm' Keyword.Type
';' Punctuation
' ' Text.Whitespace
'}' Punctuation
' ' Text.Whitespace
'}' Punctuation
'\n\n' Text.Whitespace
'@' Punctuation
'-moz-document' Keyword
' ' Text.Whitespace
'url-prefix' Name.Tag
'(' Operator
'http' Name.Tag
':' Operator
'/' Operator
'/' Operator
'pygments' Name.Tag
'.' Punctuation
'org' Name.Class
')' Operator
' ' Text.Whitespace
'{' Punctuation
' ' Text.Whitespace
'a' Name.Tag
' ' Text.Whitespace
'{' Punctuation
'font-style' Keyword
':' Punctuation
' ' Text.Whitespace
'normal' Keyword.Constant
' ' Text.Whitespace
'!important' Comment.Preproc
';' Punctuation
'}' Punctuation
' ' Text.Whitespace
'}' Punctuation
'\n' Text.Whitespace