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 / fortran / example.f90.output
Size: Mime:
'program '    Keyword
'main'        Name
'\n  '        Text.Whitespace
'integer'     Keyword.Type
','           Punctuation
' '           Text.Whitespace
'parameter'   Keyword
' '           Text.Whitespace
'::'          Keyword.Declaration
' '           Text.Whitespace
'mykind'      Name
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'selected_real_kind' Name.Builtin
'('           Punctuation
')'           Punctuation
'\n  '        Text.Whitespace
'print'       Keyword
' '           Text.Whitespace
'*'           Operator
','           Punctuation
' '           Text.Whitespace
'1'           Literal.Number.Integer
'\n  '        Text.Whitespace
'print'       Keyword
' '           Text.Whitespace
'*'           Operator
','           Punctuation
' '           Text.Whitespace
'1_mykind'    Literal.Number.Integer
'\n  '        Text.Whitespace
'print'       Keyword
' '           Text.Whitespace
'*'           Operator
','           Punctuation
' '           Text.Whitespace
'1.'          Literal.Number.Float
'\n  '        Text.Whitespace
'print'       Keyword
' '           Text.Whitespace
'*'           Operator
','           Punctuation
' '           Text.Whitespace
'1._mykind'   Literal.Number.Float
'\n  '        Text.Whitespace
'print'       Keyword
' '           Text.Whitespace
'*'           Operator
','           Punctuation
' '           Text.Whitespace
'('           Punctuation
'1.'          Literal.Number.Float
','           Punctuation
' '           Text.Whitespace
'1._mykind'   Literal.Number.Float
')'           Punctuation
'\n'          Text.Whitespace

'end '        Keyword
'program '    Keyword
'main'        Name
'\n'          Text.Whitespace