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 / coffeescript / test_mixed_slashes.txt
Size: Mime:
---input---
a?/foo/:1/2;

---tokens---
'a'           Name.Other
'?'           Operator
'/foo/'       Literal.String.Regex
':'           Operator
'1'           Literal.Number.Integer
'/'           Operator
'2'           Literal.Number.Integer
';'           Punctuation
'\n'          Text.Whitespace