---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
