mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-12 22:42:23 +00:00
31 lines
654 B
Plaintext
31 lines
654 B
Plaintext
---input---
|
|
# define MACRO#macro_body#
|
|
#define/**/
|
|
MACRO/**/
|
|
#\#macro
|
|
body\##
|
|
|
|
---tokens---
|
|
'# \tdefine' Comment.Preproc
|
|
' ' Text.Whitespace
|
|
'MACRO' Comment.Preproc
|
|
'#' Punctuation
|
|
'macro_body' Comment.Preproc
|
|
'#' Punctuation
|
|
'\n' Text.Whitespace
|
|
|
|
'#define' Comment.Preproc
|
|
'/**/' Comment.Multiline
|
|
'\n' Text.Whitespace
|
|
|
|
'MACRO' Comment.Preproc
|
|
'/**/' Comment.Multiline
|
|
'\n' Text.Whitespace
|
|
|
|
'#' Punctuation
|
|
'\\#' Comment.Preproc
|
|
'macro\nbody' Comment.Preproc
|
|
'\\#' Comment.Preproc
|
|
'#' Punctuation
|
|
'\n' Text.Whitespace
|