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 / glsl / glsl.frag.output
Size: Mime:
'/* Fragment shader */' Comment.Multiline
'\n'          Text.Whitespace

'void'        Keyword.Type
' '           Text.Whitespace
'main'        Name
'('           Punctuation
')'           Punctuation
'\n'          Text.Whitespace

'{'           Punctuation
'\n    '      Text.Whitespace
'gl_FragColor' Name.Builtin
'['           Punctuation
'0'           Literal.Number.Oct
']'           Punctuation
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'gl_FragCoord' Name.Builtin
'['           Punctuation
'0'           Literal.Number.Oct
']'           Punctuation
' '           Text.Whitespace
'/'           Operator
' '           Text.Whitespace
'400.0'       Literal.Number.Float
';'           Punctuation
'\n    '      Text.Whitespace
'gl_FragColor' Name.Builtin
'['           Punctuation
'1'           Literal.Number.Integer
']'           Punctuation
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'gl_FragCoord' Name.Builtin
'['           Punctuation
'1'           Literal.Number.Integer
']'           Punctuation
' '           Text.Whitespace
'/'           Operator
' '           Text.Whitespace
'400.0'       Literal.Number.Float
';'           Punctuation
'\n    '      Text.Whitespace
'gl_FragColor' Name.Builtin
'['           Punctuation
'2'           Literal.Number.Integer
']'           Punctuation
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'1.0'         Literal.Number.Float
';'           Punctuation
'\n'          Text.Whitespace

'}'           Punctuation
'\n'          Text.Whitespace