提交 f2ff1361 编写于 作者: J J/A

Do not autoclose `'`

`'` is used to denote a lifetime, as in `fn foo<'a>(bar: &'a Baz) { ...` and it isn't helpful to have it automatically closed.
上级 cd1d4d8f
......@@ -12,8 +12,7 @@
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
["\"", "\""]
],
"surroundingPairs": [
["{", "}"],
......@@ -22,4 +21,4 @@
["\"", "\""],
["'", "'"]
]
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册