vscode-monkey-c
vscode-monkey-c copied to clipboard
Dictionary formatting does not compile
Example:
// Expected
var entry = {"key" => "foo", "value" => "bar"};
// Actual
var entry = {"key" = > "foo", "value" = > "bar"}; // note the space in the assignment operator