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_macro_preprocessor_directives.txt
Size: Mime:
---input---
#ifdef MACRO
#ifndef MACRO
#undef MACRO

---tokens---
'#ifdef'      Comment.Preproc
' '           Text.Whitespace
'MACRO'       Comment.Preproc
'\n'          Text.Whitespace

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

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