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 / golo / example.golo.output
Size: Mime:
'#'           Comment
'\n'          Text

'# Comments ' Comment
'\n'          Text

'#'           Comment
'\n'          Text

'\n'          Text

'module'      Keyword.Namespace
' '           Text.Whitespace
'pygments.Example' Name.Namespace
'\n'          Text

'\n'          Text

'import'      Keyword.Namespace
' '           Text.Whitespace
'some.Module' Name.Namespace
'\n'          Text

'\n'          Text

'local'       Keyword
' '           Text.Whitespace
'function'    Keyword.Declaration
' '           Text.Whitespace
'foo'         Name.Function
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'|'           Punctuation
'a'           Name
','           Punctuation
' '           Text.Whitespace
'b'           Name
'|'           Punctuation
' '           Text.Whitespace
'->'          Operator
' '           Text.Whitespace
'a'           Name
' '           Text.Whitespace
'+'           Operator
' '           Text.Whitespace
'b'           Name
'\n'          Text

'\n'          Text

'----\ngolodoc string\n----' Literal.String.Doc
'\n'          Text

'augment'     Keyword
' '           Text.Whitespace
'java.util.Collection' Name.Namespace
' '           Text.Whitespace
'{'           Punctuation
'\n'          Text

'\n'          Text

'  '          Text.Whitespace
'----\n  sub doc\n  ----' Literal.String.Doc
'\n'          Text

'  '          Text.Whitespace
'function'    Keyword.Declaration
' '           Text.Whitespace
'plop'        Name.Function
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'|'           Punctuation
'this'        Name
','           Punctuation
' '           Text.Whitespace
'v'           Name
'|'           Punctuation
' '           Text.Whitespace
'{'           Punctuation
'\n'          Text

'    '        Text.Whitespace
'return'      Keyword
' '           Text.Whitespace
'this'        Name
':'           Operator
' '           Text.Whitespace
'length'      Name.Function
'('           Punctuation
')'           Punctuation
' '           Text.Whitespace
'+'           Operator
' '           Text.Whitespace
'v'           Name
'\n'          Text

'  '          Text.Whitespace
'}'           Punctuation
'\n'          Text

'}'           Punctuation
'\n'          Text

'\n'          Text

'function'    Keyword.Declaration
' '           Text.Whitespace
'bar'         Name.Function
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'|'           Punctuation
'a'           Name
','           Punctuation
' '           Text.Whitespace
'b'           Name
'|'           Punctuation
' '           Text.Whitespace
'{'           Punctuation
'\n'          Text

'  '          Text.Whitespace
'let'         Keyword.Declaration
' '           Text.Whitespace
'msg'         Name.Variable
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'"'           Literal.String
'a string'    Literal.String
'"'           Literal.String.Double
'\n'          Text

'  '          Text.Whitespace
'var'         Keyword.Declaration
' '           Text.Whitespace
'tmp'         Name.Variable
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'"'           Literal.String
'"'           Literal.String.Double
'\n'          Text

'  '          Text.Whitespace
'tmp'         Name
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'tmp'         Name
' '           Text.Whitespace
'+'           Operator
' '           Text.Whitespace
'a'           Name
':'           Operator
' '           Text.Whitespace
'toString'    Name.Function
'('           Punctuation
')'           Punctuation
'\n'          Text

'  '          Text.Whitespace
'println'     Name.Builtin
'('           Punctuation
'tmp'         Name
' '           Text.Whitespace
'+'           Operator
' '           Text.Whitespace
'b'           Name
')'           Punctuation
'\n'          Text

'}'           Punctuation
'\n'          Text

'\n'          Text

'function'    Keyword.Declaration
' '           Text.Whitespace
'baz'         Name.Function
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'{'           Punctuation
'\n'          Text

'  '          Text.Whitespace
'foreach'     Keyword
' '           Text.Whitespace
'i'           Name
' '           Text.Whitespace
'in'          Operator.Word
' '           Text.Whitespace
'range'       Name.Function
'('           Punctuation
'0'           Literal.Number.Integer
','           Punctuation
' '           Text.Whitespace
'5'           Literal.Number.Integer
')'           Punctuation
' '           Text.Whitespace
'{'           Punctuation
'\n'          Text

'    '        Text.Whitespace
'if'          Keyword
' '           Text.Whitespace
'i'           Name
' '           Text.Whitespace
'%'           Operator
' '           Text.Whitespace
'2'           Literal.Number.Integer
' '           Text.Whitespace
'=='          Operator
' '           Text.Whitespace
'0'           Literal.Number.Integer
' '           Text.Whitespace
'and'         Operator.Word
' '           Text.Whitespace
'true'        Keyword.Constant
' '           Text.Whitespace
'or'          Operator.Word
' '           Text.Whitespace
'false'       Keyword.Constant
' '           Text.Whitespace
'{'           Punctuation
'\n'          Text

'      '      Text.Whitespace
'print'       Name.Builtin
'('           Punctuation
'"'           Literal.String
'e'           Literal.String
'"'           Literal.String.Double
')'           Punctuation
'\n'          Text

'    '        Text.Whitespace
'}'           Punctuation
' '           Text.Whitespace
'else'        Keyword
' '           Text.Whitespace
'{'           Punctuation
'\n'          Text

'      '      Text.Whitespace
'print'       Name.Builtin
'('           Punctuation
'"'           Literal.String
'o'           Literal.String
'"'           Literal.String.Double
')'           Punctuation
'\n'          Text

'    '        Text.Whitespace
'}'           Punctuation
'\n'          Text

'  '          Text.Whitespace
'}'           Punctuation
'\n'          Text

'}'           Punctuation
'\n'          Text

'\n'          Text

'function'    Keyword.Declaration
' '           Text.Whitespace
'userMatch'   Name.Function
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'|'           Punctuation
'v'           Name
'|'           Punctuation
' '           Text.Whitespace
'->'          Operator
'\n'          Text

'  '          Text.Whitespace
'match'       Keyword
' '           Text.Whitespace
'{'           Punctuation
'\n'          Text

'    '        Text.Whitespace
'when'        Keyword
' '           Text.Whitespace
'v'           Name
' '           Text.Whitespace
'%'           Operator
' '           Text.Whitespace
'2'           Literal.Number.Integer
' '           Text.Whitespace
'=='          Operator
' '           Text.Whitespace
'0'           Literal.Number.Integer
' '           Text.Whitespace
'then'        Keyword
' '           Text.Whitespace
'"'           Literal.String
'e'           Literal.String
'"'           Literal.String.Double
'\n'          Text

'    '        Text.Whitespace
'otherwise'   Keyword
' '           Text.Whitespace
'"'           Literal.String
'o'           Literal.String
'"'           Literal.String.Double
'\n'          Text

'  '          Text.Whitespace
'}'           Punctuation
'\n'          Text

'}'           Punctuation
'\n'          Text

'\n'          Text

'function'    Keyword.Declaration
' '           Text.Whitespace
'add'         Name.Function
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'|'           Punctuation
'x'           Name
'|'           Punctuation
' '           Text.Whitespace
'->'          Operator
' '           Text.Whitespace
'|'           Punctuation
'y'           Name
'|'           Punctuation
' '           Text.Whitespace
'->'          Operator
' '           Text.Whitespace
'x'           Name
' '           Text.Whitespace
'+'           Operator
' '           Text.Whitespace
'y'           Name
'\n'          Text

'\n'          Text

'let'         Keyword.Declaration
' '           Text.Whitespace
'aChar'       Name.Variable
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
"'"           Literal.String
'a'           Literal.String
"'"           Literal.String
'\n'          Text

'\n'          Text

'let'         Keyword.Declaration
' '           Text.Whitespace
'multiline'   Name.Variable
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'\n'          Text

'"""'         Literal.String
'\n'          Literal.String

'foo '        Literal.String
'\n'          Literal.String

'bar '        Literal.String
'\n'          Literal.String

'baz'         Literal.String
'\n'          Literal.String

'"""'         Literal.String
'\n'          Text

'\n'          Text

'local'       Keyword
' '           Text.Whitespace
'function'    Keyword.Declaration
' '           Text.Whitespace
'myObj'       Name.Function
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'->'          Operator
' '           Text.Whitespace
'DynamicObject' Name.Function
'('           Punctuation
')'           Punctuation
':'           Operator
'\n'          Text

'  '          Text.Whitespace
'name'        Name.Function
'('           Punctuation
'"'           Literal.String
'foo'         Literal.String
'"'           Literal.String.Double
')'           Punctuation
':'           Operator
'\n'          Text

'  '          Text.Whitespace
'age'         Name.Function
'('           Punctuation
'25'          Literal.Number.Integer
')'           Punctuation
':'           Operator
'\n'          Text

'  '          Text.Whitespace
'define'      Name.Function
'('           Punctuation
'"'           Literal.String
'meth'        Literal.String
'"'           Literal.String.Double
','           Punctuation
' '           Text.Whitespace
'|'           Punctuation
'this'        Name
'|'           Punctuation
' '           Text.Whitespace
'->'          Operator
' '           Text.Whitespace
'this'        Name
':'           Operator
' '           Text.Whitespace
'name'        Name.Function
'('           Punctuation
')'           Punctuation
' '           Text.Whitespace
'+'           Operator
' '           Text.Whitespace
'this'        Name
':'           Operator
' '           Text.Whitespace
'age'         Name.Function
'('           Punctuation
')'           Punctuation
'\n'          Text

'\n'          Text

'----\nGolo doc string\n----' Literal.String.Doc
'\n'          Text

'function'    Keyword.Declaration
' '           Text.Whitespace
'nullTest'    Name.Function
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'{'           Punctuation
'\n'          Text

'  '          Text.Whitespace
'let'         Keyword.Declaration
' '           Text.Whitespace
'm'           Name.Variable
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'map'         Name.Builtin
'['           Punctuation
'\n'          Text

'    '        Text.Whitespace
'['           Punctuation
'"'           Literal.String
'a'           Literal.String
'"'           Literal.String.Double
','           Punctuation
' '           Text.Whitespace
'1'           Literal.Number.Integer
']'           Punctuation
','           Punctuation
'\n'          Text

'    '        Text.Whitespace
'['           Punctuation
'"'           Literal.String
'b'           Literal.String
'"'           Literal.String.Double
','           Punctuation
' '           Text.Whitespace
'2'           Literal.Number.Integer
']'           Punctuation
'\n'          Text

'  '          Text.Whitespace
']'           Punctuation
'\n'          Text

'\n'          Text

'  '          Text.Whitespace
'println'     Name.Builtin
'('           Punctuation
'map'         Name
':'           Operator
' '           Text.Whitespace
'get'         Name.Function
'('           Punctuation
'"'           Literal.String
'a'           Literal.String
'"'           Literal.String.Double
')'           Punctuation
' '           Text.Whitespace
'orIfNull'    Operator.Word
' '           Text.Whitespace
'0'           Literal.Number.Integer
')'           Punctuation
'\n'          Text

'  '          Text.Whitespace
'println'     Name.Builtin
'('           Punctuation
'map'         Name
':'           Operator
' '           Text.Whitespace
'get'         Name.Function
'('           Punctuation
'"'           Literal.String
'b'           Literal.String
'"'           Literal.String.Double
')'           Punctuation
'?:'          Operator
' '           Text.Whitespace
'toString'    Name.Function
'('           Punctuation
')'           Punctuation
' '           Text.Whitespace
'orIfNull'    Operator.Word
' '           Text.Whitespace
'"'           Literal.String
'0'           Literal.String
'"'           Literal.String.Double
')'           Punctuation
'\n'          Text

'\n'          Text

'}'           Punctuation
'\n'          Text

'\n'          Text

'struct'      Keyword.Declaration
' '           Text.Whitespace
'Point'       Name.Class
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'{'           Punctuation
' '           Text.Whitespace
'x'           Name
','           Punctuation
' '           Text.Whitespace
'y'           Name
' '           Text.Whitespace
'}'           Punctuation
'\n'          Text

'\n'          Text

'function'    Keyword.Declaration
' '           Text.Whitespace
'deco1'       Name.Function
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'|'           Punctuation
'fun'         Name.Builtin
'|'           Punctuation
' '           Text.Whitespace
'{'           Punctuation
'\n'          Text

'  '          Text.Whitespace
'return'      Keyword
' '           Text.Whitespace
'|'           Punctuation
'args'        Name
'...'         Operator
'|'           Punctuation
' '           Text.Whitespace
'{'           Punctuation
'\n'          Text

'    '        Text.Whitespace
'return'      Keyword
' '           Text.Whitespace
'"'           Literal.String
'deco1 + '    Literal.String
'"'           Literal.String.Double
' '           Text.Whitespace
'+'           Operator
' '           Text.Whitespace
'fun'         Name.Builtin
':'           Operator
' '           Text.Whitespace
'invokeWithArguments' Name.Function
'('           Punctuation
'args'        Name
')'           Punctuation
'\n'          Text

'  '          Text.Whitespace
'}'           Punctuation
'\n'          Text

'}'           Punctuation
'\n'          Text

'\n'          Text

'@deco1'      Name.Decorator
'\n'          Text

'function'    Keyword.Declaration
' '           Text.Whitespace
'decofoo'     Name.Function
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'|'           Punctuation
'a'           Name
'|'           Punctuation
' '           Text.Whitespace
'{'           Punctuation
'\n'          Text

'  '          Text.Whitespace
'return'      Keyword
' '           Text.Whitespace
'"'           Literal.String
'foo: '       Literal.String
'"'           Literal.String.Double
' '           Text.Whitespace
'+'           Operator
' '           Text.Whitespace
'a'           Name
'\n'          Text

'}'           Punctuation
'\n'          Text

'\n'          Text

'@deco1'      Name.Decorator
'\n'          Text

'function'    Keyword.Declaration
' '           Text.Whitespace
'decobar'     Name.Function
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'|'           Punctuation
'a'           Name
'|'           Punctuation
' '           Text.Whitespace
'->'          Operator
' '           Text.Whitespace
'"'           Literal.String
'bar: '       Literal.String
'"'           Literal.String.Double
' '           Text.Whitespace
'+'           Operator
' '           Text.Whitespace
'a'           Name
'\n'          Text

'\n'          Text

'function'    Keyword.Declaration
' '           Text.Whitespace
'deco2'       Name.Function
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'|'           Punctuation
'fun'         Name.Builtin
'|'           Punctuation
' '           Text.Whitespace
'{'           Punctuation
'\n'          Text

'  '          Text.Whitespace
'return'      Keyword
' '           Text.Whitespace
'|'           Punctuation
'args'        Name
'...'         Operator
'|'           Punctuation
' '           Text.Whitespace
'{'           Punctuation
'\n'          Text

'    '        Text.Whitespace
'return'      Keyword
' '           Text.Whitespace
'"'           Literal.String
'deco2 + '    Literal.String
'"'           Literal.String.Double
' '           Text.Whitespace
'+'           Operator
' '           Text.Whitespace
'fun'         Name.Builtin
':'           Operator
' '           Text.Whitespace
'invokeWithArguments' Name.Function
'('           Punctuation
'args'        Name
')'           Punctuation
'\n'          Text

'  '          Text.Whitespace
'}'           Punctuation
'\n'          Text

'}'           Punctuation
'\n'          Text

'\n'          Text

'@deco2'      Name.Decorator
'\n'          Text

'@deco1'      Name.Decorator
'\n'          Text

'function'    Keyword.Declaration
' '           Text.Whitespace
'decobaz'     Name.Function
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'|'           Punctuation
'a'           Name
'|'           Punctuation
' '           Text.Whitespace
'->'          Operator
' '           Text.Whitespace
'"'           Literal.String
'baz: '       Literal.String
'"'           Literal.String.Double
' '           Text.Whitespace
'+'           Operator
' '           Text.Whitespace
'a'           Name
'\n'          Text

'\n'          Text

'let'         Keyword.Declaration
' '           Text.Whitespace
'deco3'       Name.Variable
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'^'           Operator
'deco1'       Name
':'           Operator
' '           Text.Whitespace
'andThen'     Name.Function
'('           Punctuation
'^'           Operator
'deco2'       Name
')'           Punctuation
'\n'          Text

'\n'          Text

'@deco3'      Name.Decorator
'\n'          Text

'function'    Keyword.Declaration
' '           Text.Whitespace
'decospam'    Name.Function
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'|'           Punctuation
'a'           Name
'|'           Punctuation
' '           Text.Whitespace
'->'          Operator
' '           Text.Whitespace
'"'           Literal.String
'spam: '      Literal.String
'"'           Literal.String.Double
' '           Text.Whitespace
'+'           Operator
' '           Text.Whitespace
'a'           Name
'\n'          Text

'\n'          Text

'@another.Module.deco' Name.Decorator
'\n'          Text

'function'    Keyword.Declaration
' '           Text.Whitespace
'ping'        Name.Function
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'->'          Operator
' '           Text.Whitespace
'"'           Literal.String
'pong'        Literal.String
'"'           Literal.String.Double
'\n'          Text

'\n'          Text

'@deco'       Name.Decorator
'('           Punctuation
'"'           Literal.String
'with'        Literal.String
'"'           Literal.String.Double
','           Punctuation
' '           Text.Whitespace
'params'      Name
')'           Punctuation
'\n'          Text

'function'    Keyword.Declaration
' '           Text.Whitespace
'gnop'        Name.Function
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'->'          Operator
' '           Text.Whitespace
'"'           Literal.String
'gnip'        Literal.String
'"'           Literal.String.Double
'\n'          Text