Packages icon indicating copy to clipboard operation
Packages copied to clipboard

[D] Syntax Highlighting lack of support for Interpolation Expression Sequence

Open Yorizuka opened this issue 1 year ago • 0 comments

What happened?

D has recently added a new feature called "Interpolation Expression Sequence" Using build 4169 of Sublime Text the D syntax seems to lack support for it. image

import std.conv : text;
send_data(i"HTTP/1.1 $(this.code) NT\r\ncontent-type: $(this.content_type)\r\ncontent-length: $(this.content_length)\r\n\r\n".text);

Yorizuka avatar Jun 03 '24 18:06 Yorizuka