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 / snippets / scala / test_package_name.txt
Size: Mime:
---input---
package p1.p2:

---tokens---
'package'     Keyword
' '           Text.Whitespace
'p1'          Name.Namespace
'.'           Punctuation
'p2'          Name
':'           Punctuation
'\n'          Text.Whitespace