From a946d7e1a9fb860b3627d3865344c6d0ecbefda8 Mon Sep 17 00:00:00 2001 From: cooolbros Date: Mon, 17 Apr 2023 10:27:30 +1000 Subject: [PATCH] Update language-configuration --- .../hudanimations-language-configuration.json | 26 +++++++++++++++---- .../popfile-language-configuration.json | 26 +++++++++++++++---- .../vdf-language-configuration.json | 4 --- 3 files changed, 42 insertions(+), 14 deletions(-) diff --git a/language-configuration/hudanimations-language-configuration.json b/language-configuration/hudanimations-language-configuration.json index d18fbee2..f14ddda5 100644 --- a/language-configuration/hudanimations-language-configuration.json +++ b/language-configuration/hudanimations-language-configuration.json @@ -8,11 +8,7 @@ [ "{", "}" - ], - [ - "[", - "]" - ], + ] ], // symbols that are auto closed when typing "autoClosingPairs": [ @@ -24,20 +20,40 @@ "[", "]" ], + [ + "(", + ")" + ], [ "\"", "\"" ], + [ + "'", + "'" + ] ], // symbols that can be used to surround a selection "surroundingPairs": [ + [ + "{", + "}" + ], [ "[", "]" ], + [ + "(", + ")" + ], [ "\"", "\"" ], + [ + "'", + "'" + ] ] } diff --git a/language-configuration/popfile-language-configuration.json b/language-configuration/popfile-language-configuration.json index d18fbee2..f14ddda5 100644 --- a/language-configuration/popfile-language-configuration.json +++ b/language-configuration/popfile-language-configuration.json @@ -8,11 +8,7 @@ [ "{", "}" - ], - [ - "[", - "]" - ], + ] ], // symbols that are auto closed when typing "autoClosingPairs": [ @@ -24,20 +20,40 @@ "[", "]" ], + [ + "(", + ")" + ], [ "\"", "\"" ], + [ + "'", + "'" + ] ], // symbols that can be used to surround a selection "surroundingPairs": [ + [ + "{", + "}" + ], [ "[", "]" ], + [ + "(", + ")" + ], [ "\"", "\"" ], + [ + "'", + "'" + ] ] } diff --git a/language-configuration/vdf-language-configuration.json b/language-configuration/vdf-language-configuration.json index ad401b40..f14ddda5 100644 --- a/language-configuration/vdf-language-configuration.json +++ b/language-configuration/vdf-language-configuration.json @@ -8,10 +8,6 @@ [ "{", "}" - ], - [ - "(", - ")" ] ], // symbols that are auto closed when typing