mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
12 lines
264 B
Plaintext
12 lines
264 B
Plaintext
---input---
|
|
#includestr/**/"$MACRO..udo"
|
|
|
|
---tokens---
|
|
'#includestr' Comment.Preproc
|
|
'/**/' Comment.Multiline
|
|
'"' Literal.String
|
|
'$MACRO.' Comment.Preproc
|
|
'.udo' Literal.String
|
|
'"' Literal.String
|
|
'\n' Text.Whitespace
|