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_file2.txt
Size: Mime:
---input---
#include "foo.h"
#    include "foo.h"

---tokens---
'#'           Comment.Preproc
'include'     Comment.Preproc
' '           Text.Whitespace
'"foo.h"'     Comment.PreprocFile
'\n'          Comment.Preproc

'#'           Comment.Preproc
'    '        Text.Whitespace
'include'     Comment.Preproc
' '           Text.Whitespace
'"foo.h"'     Comment.PreprocFile
'\n'          Comment.Preproc