tartrazine/spec/unsupported_lexers/csound/test_includestr_directives.txt

12 lines
264 B
Plaintext
Raw Permalink Normal View History

2024-08-03 10:36:47 +00:00
---input---
#includestr/**/"$MACRO..udo"
---tokens---
'#includestr' Comment.Preproc
'/**/' Comment.Multiline
'"' Literal.String
'$MACRO.' Comment.Preproc
'.udo' Literal.String
'"' Literal.String
'\n' Text.Whitespace