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 / wat / test_comment_with_semicolon.txt
Size: Mime:
---input---
(; comment with ; semicolon ;)

---tokens---
'(;'          Comment.Multiline
' comment with ' Comment.Multiline
';'           Comment.Multiline
' semicolon ' Comment.Multiline
';)'          Comment.Multiline
'\n'          Text