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 / csound / test_user_defined_opcodes.txt
Size: Mime:
---input---
opcode/**/aUDO,/**/i[],/**/aik//
  aUDO
endop

---tokens---
'opcode'      Keyword.Declaration
'/**/'        Comment.Multiline
'aUDO'        Name.Function
','           Punctuation
'/**/'        Comment.Multiline
'i[]'         Keyword.Type
','           Punctuation
'/**/'        Comment.Multiline
'aik'         Keyword.Type
'//'          Comment.Single
'\n'          Text.Whitespace

'  '          Text.Whitespace
'aUDO'        Name.Function
'\n'          Text.Whitespace

'endop'       Keyword.Declaration
'\n'          Text.Whitespace