home/editor: Specify additional auto pairs
This commit is contained in:
parent
9cd3d22eca
commit
9e0c084582
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@
|
|||
};
|
||||
|
||||
auto-pairs = {
|
||||
"(" = ")";
|
||||
"[" = "]";
|
||||
"{" = "}";
|
||||
"\"" = "\"";
|
||||
"'" = "'";
|
||||
"`" = "`";
|
||||
"“" = "”";
|
||||
"‘" = "’";
|
||||
"„" = "“";
|
||||
|
|
Loading…
Reference in a new issue