mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
27 lines
432 B
Plaintext
27 lines
432 B
Plaintext
---input---
|
|
#else
|
|
#end
|
|
#endif
|
|
###
|
|
@ 12345
|
|
@@ 67890
|
|
|
|
---tokens---
|
|
'#else' Comment.Preproc
|
|
'\n' Text.Whitespace
|
|
|
|
'#end' Comment.Preproc
|
|
'\n' Text.Whitespace
|
|
|
|
'#endif' Comment.Preproc
|
|
'\n' Text.Whitespace
|
|
|
|
'###' Comment.Preproc
|
|
'\n' Text.Whitespace
|
|
|
|
'@ \t12345' Comment.Preproc
|
|
'\n' Text.Whitespace
|
|
|
|
'@@ \t67890' Comment.Preproc
|
|
'\n' Text.Whitespace
|