提交 c923c914 编写于 作者: M Martin Aeschlimann

[jade] Adaptation of autoClosingPairs and surroundingPairs for Jade extension. Fixes #17745

上级 b09e1df1
......@@ -6,5 +6,19 @@
["{", "}"],
["[", "]"],
["(", ")"]
],
"autoClosingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["'", "'"],
["\"", "\""]
],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["'", "'"],
["\"", "\""]
]
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册