- https://code.visualstudio.com/api/language-extensions/language-configuration-guide Current "workaround" at least for the paired colorisation: ```json "editor.guides.bracketPairs": "active", "editor.language.brackets": [ ["[", "]"], ["(", ")"], ["{", "}"], ["::::", ":::"] ], "editor.language.colorizedBracketPairs": [ ["[", "]"], ["(", ")"], ["{", "}"], ["::::", ":::"] ], ```