On 6/16/2014 9:32 PM, H. S. Teoh via Digitalmars-d wrote: > Do string mixins have scoping of names? Yes, of course, since they are D code. > And how would you syntax-highlight a string mixin that's assembled from > arbitrary string fragments? You wouldn't need to, since the text editor sees only normal D code.