Skip to content

Commit a88f1ae

Browse files
authored
Merge pull request #280 from harpocrates/auto-close-backtick
Auto-close backticks
2 parents 1fa3885 + ba49f26 commit a88f1ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: language-configuration.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,15 @@
2020
["s\"", "\""],
2121
["f\"", "\""],
2222
["raw\"", "\""],
23+
["`", "`"]
2324
],
2425
// symbols that that can be used to surround a selection
2526
"surroundingPairs": [
2627
["{", "}"],
2728
["[", "]"],
2829
["(", ")"],
2930
["\"", "\""],
30-
["'", "'"]
31+
["'", "'"],
32+
["`", "`"]
3133
]
3234
}

0 commit comments

Comments
 (0)