diff --git a/language-configuration.json b/language-configuration.json index 7c24c88..27a1abc 100644 --- a/language-configuration.json +++ b/language-configuration.json @@ -15,7 +15,9 @@ ["[", "]"], ["(", ")"], ["\"", "\""], - ["'", "'"] + ["'", "'"], + ["f\"", "f\""], + ["f'", "f'"] ], // symbols that can be used to surround a selection "surroundingPairs": [ @@ -25,4 +27,4 @@ ["\"", "\""], ["'", "'"] ] -} \ No newline at end of file +}