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