home/editor: Specify additional auto pairs

This commit is contained in:
Mikael 2024-09-28 13:48:14 +02:00
parent 9cd3d22eca
commit 9e0c084582
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -14,6 +14,12 @@
};
auto-pairs = {
"(" = ")";
"[" = "]";
"{" = "}";
"\"" = "\"";
"'" = "'";
"`" = "`";
"" = "";
"" = "";
"" = "";