Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Pygments / tests / examplefiles / csound-score / test.sco.output
Size: Mime:
'/*\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