Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Yorizuka opened this issue Jun 3, 2024 · 0 comments · May be fixed by #4040
Open

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

Yorizuka opened this issue Jun 3, 2024 · 0 comments · May be fixed by #4040
Labels
C: Syntax T: feature major update for a syntax to support new language features

Comments

@Yorizuka
Copy link

Yorizuka commented Jun 3, 2024

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);
@deathaxe deathaxe added T: feature major update for a syntax to support new language features C: Syntax labels Jun 4, 2024
deathaxe added a commit to deathaxe/sublime-packages that referenced this issue Sep 24, 2024
@deathaxe deathaxe linked a pull request Sep 24, 2024 that will close this issue
deathaxe added a commit to deathaxe/sublime-packages that referenced this issue Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Syntax T: feature major update for a syntax to support new language features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants