summaryrefslogtreecommitdiff
path: root/tests/snippets/csound/test_includestr_directives.txt
blob: 0511c5dda66ff236a6146e59ba00759660e6ee45 (plain)
1
2
3
4
5
6
7
8
9
10
11
---input---
#includestr/**/"$MACRO..udo"

---tokens---
'#includestr' Comment.Preproc
'/**/'        Comment.Multiline
'"'           Literal.String
'$MACRO.'     Comment.Preproc
'.udo'        Literal.String
'"'           Literal.String
'\n'          Text.Whitespace