Auto-closing backticks in Python. Fixes #41615

This commit is contained in:
Martin Aeschlimann
2018-03-02 09:45:26 +01:00
parent 6b8e9cff3f
commit 9ee425cebd
2 changed files with 5 additions and 4 deletions

View File

@@ -11,8 +11,7 @@
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["`", "`"]
["\"", "\""]
],
"surroundingPairs": [
["{", "}"],