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 / vbscript / test_names.txt
Size: Mime:
---input---
thingy
thingy123
_thingy
_123

---tokens---
'thingy'      Name
'\n'          Text.Whitespace

'thingy123'   Name
'\n'          Text.Whitespace

'_thingy'     Name
'\n'          Text.Whitespace

'_123'        Name
'\n'          Text.Whitespace