better-cpp-syntax icon indicating copy to clipboard operation
better-cpp-syntax copied to clipboard

Array bracket coloring when size is not specified

Open SPAstef opened this issue 3 years ago • 0 comments

Hi, I am having this issue in VS Code when running in C++ mode (in C mode it's fine). Basically, if the size of an array is not specified (but is deduced from the initializer list) then the brackets are not properly colored.

image image

SPAstef avatar Apr 28 '21 14:04 SPAstef