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 / sp / hello.sp.output
Size: Mime:
'#'           Comment.Preproc
'include <sourcemod>' Comment.Preproc
'\n'          Comment.Preproc

'\n'          Text

'// Single line comment\n' Comment.Single

'/* Multi line\n   comment */' Comment.Multiline
'\n'          Text

'\n'          Text

'public'      Keyword
' '           Text
'OnPluginStart' Name.Builtin
'('           Punctuation
')'           Punctuation
' '           Text
'{'           Punctuation
'\n'          Text

'    '        Text
'PrintToServer' Name.Builtin
'('           Punctuation
'"'           Literal.String
'Hello.'      Literal.String
'"'           Literal.String
')'           Punctuation
';'           Punctuation
'\n'          Text

'}'           Punctuation
'\n'          Text