diff --git a/language-configuration.json b/language-configuration.json index 119ca12..c021da3 100644 --- a/language-configuration.json +++ b/language-configuration.json @@ -20,6 +20,7 @@ ["s\"", "\""], ["f\"", "\""], ["raw\"", "\""], + ["`", "`"] ], // symbols that that can be used to surround a selection "surroundingPairs": [ @@ -27,6 +28,7 @@ ["[", "]"], ["(", ")"], ["\"", "\""], - ["'", "'"] + ["'", "'"], + ["`", "`"] ] }