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 / c / test_preproc_file.txt
Size: Mime:
---input---
#include <foo>
#    include <foo>

---tokens---
'#'           Comment.Preproc
'include'     Comment.Preproc
' '           Text.Whitespace
'<foo>'       Comment.PreprocFile
'\n'          Comment.Preproc

'#'           Comment.Preproc
'    '        Text.Whitespace
'include'     Comment.Preproc
' '           Text.Whitespace
'<foo>'       Comment.PreprocFile
'\n'          Comment.Preproc