Skip to content

Commit 18dcdf6

Browse files
committed
Auto-closing backticks in Python. Fixes microsoft#41615
1 parent 081a55a commit 18dcdf6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

extensions/bat/language-configuration.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
["{", "}"],
1212
["[", "]"],
1313
["(", ")"],
14-
["\"", "\""]
14+
["\"", "\""],
15+
["`", "`"]
1516
],
1617
"surroundingPairs": [
1718
["{", "}"],

0 commit comments

Comments
 (0)