Auto-closing backticks in Python. Fixes #41615

This commit is contained in:
Martin Aeschlimann 2018-02-16 17:54:34 +01:00
parent 081a55a330
commit 18dcdf61ae

View file

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