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 / praat / test_function_call.txt
Size: Mime:
---input---
selected("Sound", i+(a*b))

---tokens---
'selected'    Name.Function
'('           Punctuation
'"'           Literal.String
'Sound'       Literal.String
'"'           Literal.String
','           Punctuation
' '           Text
'i'           Text
'+'           Operator
'('           Text
'a'           Text
'*'           Operator
'b'           Text
')'           Text
')'           Punctuation
'\n'          Text