vscode-zig
vscode-zig copied to clipboard
Feature Request: Support syntax highlight for slice format specifier.
Provide TextMate scope specification for slice format specifier, such as the {s} in the following code.
std.debug.print("All your {s} are belong to us.\n", .{"codebase"});