mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
18 lines
403 B
Plaintext
18 lines
403 B
Plaintext
|
---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
|