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

Add support for verbatim template strings #22

Open
wszqkzqk opened this issue Nov 18, 2022 · 1 comment
Open

Add support for verbatim template strings #22

wszqkzqk opened this issue Nov 18, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@wszqkzqk
Copy link

Verbatim template strings will be added to vala 0.58.0.

Example:

var b = 123456;
var c = 111111;
var a = @"""$b\$c\"""; // 123456\111111\
@Prince781 Prince781 added the enhancement New feature or request label Nov 18, 2022
@Prince781
Copy link
Member

Requires updating the tm grammar file. Also needs to be supported in tree-sitter-vala. VLS will automatically support this as it uses libvala.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants