c.tmbundle
c.tmbundle copied to clipboard
Syntax highlighting gets confusing when defining a reference to an array
From Microsoft/vscode#756:
If a function's parameter is a reference to an array of constants, the data type will be recognized as a function declaration:

If a reference to an array of constants is defined in a block, the data type will not be highlighted:
If a reference to an array (not constant) is defined in a block, the data type will be recognized as a function call:
Here's how it looks in the more widely known Monokai:

cc @LittleSaya