diff --git a/syntaxes/arduino.configuration.json b/syntaxes/arduino.configuration.json index 98a1d840..c5ebe231 100644 --- a/syntaxes/arduino.configuration.json +++ b/syntaxes/arduino.configuration.json @@ -14,13 +14,15 @@ ["[", "]"], ["(", ")"], ["\"", "\""], - ["'", "'"] + ["'", "'"], + ["\"", "\""] ], "surroundingPairs": [ ["{", "}"], ["[", "]"], ["(", ")"], ["\"", "\""], - ["'", "'"] + ["'", "'"], + ["\"", "\""] ] -} \ No newline at end of file +}