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_file3.txt
Size: Mime:
Space around line break before macro is valid C, but failed to parse previously.

---input---
foo(); 
 #define FOO 0

---tokens---
'foo'         Name
'('           Punctuation
')'           Punctuation
';'           Punctuation
' '           Text.Whitespace
'\n'          Text.Whitespace

' '           Text.Whitespace
'#'           Comment.Preproc
'define FOO 0' Comment.Preproc
'\n'          Comment.Preproc