mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
18 lines
399 B
Plaintext
18 lines
399 B
Plaintext
---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
|