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 / teal / test_comments.txt
Size: Mime:
---input---
a//c1
 //c2
label://c3
a // c4
label: implicit comment

---tokens---
'a'           Name.Function
'//c1'        Comment.Single
'\n'          Text

' '           Text
'//c2'        Comment.Single
'\n'          Text

'label:'      Name.Function
'//c3'        Comment.Single
'\n'          Text

'a'           Name.Function
' '           Text
'// c4'       Comment.Single
'\n'          Text

'label:'      Name.Label
' implicit comment' Comment.Single
'\n'          Text