diff --git a/syntax/language-configuration.json b/syntax/language-configuration.json index aa25710..5f83c27 100644 --- a/syntax/language-configuration.json +++ b/syntax/language-configuration.json @@ -17,6 +17,9 @@ ["[", "]"], ["(", ")"], ["\"", "\""], + ["s\"", "\""], + ["f\"", "\""], + ["raw\"", "\""], ["'", "'"] ], // symbols that that can be used to surround a selection @@ -27,4 +30,4 @@ ["\"", "\""], ["'", "'"] ] -} \ No newline at end of file +}