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_other_preprocessor_directives.txt
Size: Mime:
---input---
#else
#end
#endif
###
@ 	12345
@@ 	67890

---tokens---
'#else'       Comment.Preproc
'\n'          Text.Whitespace

'#end'        Comment.Preproc
'\n'          Text.Whitespace

'#endif'      Comment.Preproc
'\n'          Text.Whitespace

'###'         Comment.Preproc
'\n'          Text.Whitespace

'@ \t12345'   Comment.Preproc
'\n'          Text.Whitespace

'@@ \t67890'  Comment.Preproc
'\n'          Text.Whitespace