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