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 / properties / test_comments.txt
Size: Mime:
# Assures lines lead by either # or ! are recognized as a comment

---input---
! a comment
# also a comment

---tokens---
'! a comment' Comment
'\n'          Text.Whitespace

'# also a comment' Comment
'\n'          Text.Whitespace