Monokai/monokai-pro-sublime-text

Format specifiers in C are not highlighted properly

Closed this issue · 1 comments

In C, you can use format specifiers in the string provided to printf. They're followed the following format:

%[flags][width][.precision][length]specifier

Mariana (default theme)

Screenshot 2021-04-06 at 12 32 35

Monokai Pro

Screenshot 2021-04-06 at 12 32 23

By the looks of it, they're categorised under the scope constant.other.placeholder.c.

Screenshot 2021-04-06 at 12 35 11

fixed in 1.1.20