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 / crystal / test_constant_and_module.txt
Size: Mime:
---input---
HTTP
HTTP::Server.new

---tokens---
'HTTP'        Name.Constant
'\n'          Text.Whitespace

'HTTP'        Name
'::'          Operator
'Server'      Name
'.'           Operator
'new'         Name
'\n'          Text.Whitespace