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_include_directives.txt
Size: Mime:
---input---
#include/**/"file.udo"
#include/**/|file.udo|

---tokens---
'#include'    Comment.Preproc
'/**/'        Comment.Multiline
'"file.udo"'  Literal.String
'\n'          Text.Whitespace

'#include'    Comment.Preproc
'/**/'        Comment.Multiline
'|file.udo|'  Literal.String
'\n'          Text.Whitespace