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 / r / test_call.txt
Size: Mime:
---input---
f(1, a)

---tokens---
'f'           Name.Function
'('           Punctuation
'1'           Literal.Number
','           Punctuation
' '           Text
'a'           Name
')'           Punctuation
'\n'          Text