diff --git a/language-configuration.json b/language-configuration.json index 686489e..ad618c5 100644 --- a/language-configuration.json +++ b/language-configuration.json @@ -22,6 +22,21 @@ { "open": "(", "close": ")" + }, + { + "open": "`", + "close": "`", + "notIn": ["string"] + }, + { + "open": "\"", + "close": "\"", + "notIn": ["string"] + }, + { + "open": "'", + "close": "'", + "notIn": ["string"] } ], "surroundingPairs": [ @@ -32,7 +47,8 @@ ["*", "*"], ["{", "}"], ["'", "'"], - ["\"", "\""] + ["\"", "\""], + ["$", "$"] ], "folding": { "offSide": true,