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 / matlabsession / test_wrong_continuation.txt
Size: Mime:
---input---
>> foo()
bar
...
baz

---tokens---
'>> '         Generic.Prompt
'foo'         Name
'('           Punctuation
')'           Punctuation
'\n'          Text.Whitespace

'bar\n'       Generic.Output

'...\n'       Generic.Output

'baz\n'       Generic.Output