17 lines
403 B
Text
17 lines
403 B
Text
---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
|