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 / protobuf / addressbook.proto.output
Size: Mime:
'// See README.txt for information and build instructions.\n' Comment.Single

'\n'          Text

'package'     Keyword.Namespace
' '           Text.Whitespace
'tutorial'    Name.Namespace
';'           Punctuation
'\n'          Text

'\n'          Text

'option'      Keyword
' '           Text.Whitespace
'java_package' Name.Attribute
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'"com.example.tutorial"' Literal.String
';'           Punctuation
'\n'          Text

'option'      Keyword
' '           Text.Whitespace
'java_outer_classname' Name.Attribute
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'"AddressBookProtos"' Literal.String
';'           Punctuation
'\n'          Text

'\n'          Text

'message'     Keyword.Declaration
' '           Text.Whitespace
'Person'      Name.Class
' '           Text.Whitespace
'{'           Punctuation
'\n'          Text

'  '          Text.Whitespace
'required'    Keyword
' '           Text.Whitespace
'string'      Keyword.Type
' '           Text.Whitespace
'name'        Name.Attribute
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'1'           Literal.Number.Integer
';'           Punctuation
'\n'          Text

'  '          Text.Whitespace
'required'    Keyword
' '           Text.Whitespace
'int32'       Keyword.Type
' '           Text.Whitespace
'id'          Name.Attribute
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'2'           Literal.Number.Integer
';'           Punctuation
'        '    Text.Whitespace
'// Unique ID number for this person.\n' Comment.Single

'  '          Text.Whitespace
'optional'    Keyword
' '           Text.Whitespace
'string'      Keyword.Type
' '           Text.Whitespace
'email'       Name.Attribute
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'3'           Literal.Number.Integer
';'           Punctuation
'\n'          Text

'\n'          Text

'  '          Text.Whitespace
'enum'        Keyword.Declaration
' '           Text.Whitespace
'PhoneType'   Name
' '           Text.Whitespace
'{'           Punctuation
'\n'          Text

'    '        Text.Whitespace
'MOBILE'      Name.Attribute
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'0'           Literal.Number.Integer
';'           Punctuation
'\n'          Text

'    '        Text.Whitespace
'HOME'        Name.Attribute
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'1'           Literal.Number.Integer
';'           Punctuation
'\n'          Text

'    '        Text.Whitespace
'WORK'        Name.Attribute
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'2'           Literal.Number.Integer
';'           Punctuation
'\n'          Text

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

'\n'          Text

'  '          Text.Whitespace
'message'     Keyword.Declaration
' '           Text.Whitespace
'PhoneNumber' Name.Class
' '           Text.Whitespace
'{'           Punctuation
'\n'          Text

'    '        Text.Whitespace
'required'    Keyword
' '           Text.Whitespace
'string'      Keyword.Type
' '           Text.Whitespace
'number'      Name.Attribute
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'1'           Literal.Number.Integer
';'           Punctuation
'\n'          Text

'    '        Text.Whitespace
'optional'    Keyword
' '           Text.Whitespace
'PhoneType'   Name
' '           Text.Whitespace
'type'        Name.Attribute
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'2'           Literal.Number.Integer
' '           Text.Whitespace
'['           Punctuation
'default'     Keyword
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'HOME'        Name
']'           Punctuation
';'           Punctuation
'\n'          Text

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

'\n'          Text

'  '          Text.Whitespace
'repeated'    Keyword
' '           Text.Whitespace
'PhoneNumber' Name
' '           Text.Whitespace
'phone'       Name.Attribute
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'4'           Literal.Number.Integer
';'           Punctuation
'\n'          Text

'}'           Punctuation
'\n'          Text

'\n'          Text

'// Our address book file is just one of these.\n' Comment.Single

'message'     Keyword.Declaration
' '           Text.Whitespace
'AddressBook' Name.Class
' '           Text.Whitespace
'{'           Punctuation
'\n'          Text

'  '          Text.Whitespace
'repeated'    Keyword
' '           Text.Whitespace
'Person'      Name
' '           Text.Whitespace
'person'      Name.Attribute
' '           Text.Whitespace
'='           Operator
' '           Text.Whitespace
'1'           Literal.Number.Integer
';'           Punctuation
'\n'          Text

'}'           Punctuation
'\n'          Text