tartrazine/spec/unsupported_lexers/csound/test_include_directives.txt

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