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/csound-score/test.sco.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

156 lines
4 KiB
Text
Generated

'/*\n * comment\n */' Comment.Multiline
'\n' Text.Whitespace
'; comment' Comment.Single
'\n' Text.Whitespace
'// comment' Comment.Single
'\n' Text.Whitespace
'a' Keyword
' ' Text.Whitespace
'B' Keyword
' ' Text.Whitespace
'b' Keyword
' ' Text.Whitespace
'C' Keyword
' ' Text.Whitespace
'd' Keyword
' ' Text.Whitespace
'e' Keyword
' ' Text.Whitespace
'f' Keyword
' ' Text.Whitespace
'i' Keyword
' ' Text.Whitespace
'q' Keyword
' ' Text.Whitespace
's' Keyword
' ' Text.Whitespace
't' Keyword
' ' Text.Whitespace
'v' Keyword
' ' Text.Whitespace
'x' Keyword
' ' Text.Whitespace
'y' Keyword
'\n' Text.Whitespace
'z' Keyword.Constant
'\n' Text.Whitespace
'np' Keyword
'0' Literal.Number.Integer
' ' Text.Whitespace
'nP' Keyword
'1' Literal.Number.Integer
' ' Text.Whitespace
'Np' Keyword
'2' Literal.Number.Integer
' ' Text.Whitespace
'NP' Keyword
'3' Literal.Number.Integer
'\n' Text.Whitespace
'm' Keyword
'/**/' Comment.Multiline
'label' Name.Label
';' Comment.Single
'\n' Text.Whitespace
'n' Keyword
' ' Text.Whitespace
'label' Name.Label
'\n' Text.Whitespace
'123' Literal.Number.Integer
' ' Text.Whitespace
'0123456789' Literal.Number.Integer
'\n' Text.Whitespace
'0x' Keyword.Type
'abcdef0123456789' Literal.Number.Hex
' ' Text.Whitespace
'0X' Keyword.Type
'ABCDEF' Literal.Number.Hex
'\n' Text.Whitespace
'1e2' Literal.Number.Float
' ' Text.Whitespace
'3e+4' Literal.Number.Float
' ' Text.Whitespace
'5e-6' Literal.Number.Float
' ' Text.Whitespace
'7E8' Literal.Number.Float
' ' Text.Whitespace
'9E+0' Literal.Number.Float
' ' Text.Whitespace
'1E-2' Literal.Number.Float
' ' Text.Whitespace
'3.' Literal.Number.Float
' ' Text.Whitespace
'4.56' Literal.Number.Float
' ' Text.Whitespace
'.789' Literal.Number.Float
'\n' Text.Whitespace
'"' Literal.String
'characters' Literal.String
'$MACRO.' Comment.Preproc
'"' Literal.String
'\n' Text.Whitespace
'{' Comment.Preproc
' ' Text.Whitespace
'1' Literal.Number.Integer
' ' Text.Whitespace
'I' Comment.Preproc
'\n' Text.Whitespace
' ' Text.Whitespace
'{' Comment.Preproc
' ' Text.Whitespace
'2' Literal.Number.Integer
' ' Text.Whitespace
'J' Comment.Preproc
'\n' Text.Whitespace
' ' Text.Whitespace
'{' Comment.Preproc
' ' Text.Whitespace
'3' Literal.Number.Integer
' ' Text.Whitespace
'K' Comment.Preproc
'\n' Text.Whitespace
' ' Text.Whitespace
'$I' Comment.Preproc
' ' Text.Whitespace
'$J' Comment.Preproc
' ' Text.Whitespace
'$K' Comment.Preproc
'\n' Text.Whitespace
' ' Text.Whitespace
'}' Comment.Preproc
'\n' Text.Whitespace
' ' Text.Whitespace
'}' Comment.Preproc
'\n' Text.Whitespace
'}' Comment.Preproc
'\n' Text.Whitespace
'#include' Comment.Preproc
' ' Text.Whitespace
'"score.sco"' Literal.String
'\n' Text.Whitespace
'#includestr' Comment.Preproc
'/**/' Comment.Multiline
'"' Literal.String
'$MACRO.' Comment.Preproc
'.sco' Literal.String
'"' Literal.String
'\n' Text.Whitespace