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 / octave / test_multilinecomment.txt
Size: Mime:
---input---
%{
This is a long comment
   %}
   #{
This too
#}
This isnt

---tokens---
'%{\n'        Comment.Multiline

'This is a long comment\n' Comment.Multiline

'   %}'       Comment.Multiline
'\n   '       Text
'#{\n'        Comment.Multiline

'This too\n'  Comment.Multiline

'#}'          Comment.Multiline
'\n'          Text

'This'        Name
' '           Text
'isnt'        Name
'\n'          Text