Provide TextMate scope specification for slice format specifier, such as the `{s}` in the following code. ```zig std.debug.print("All your {s} are belong to us.\n", .{"codebase"}); ```