From 3674502a98982ca3fdade848274e6ab2b7d55c4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maria=20Jos=C3=A9=20Solano?= Date: Sat, 4 Feb 2023 17:46:11 -0800 Subject: [PATCH] Unify language config markers with server --- editors/code/language-configuration.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/code/language-configuration.json b/editors/code/language-configuration.json index b1ee0843e3e..51f0e65f4fd 100644 --- a/editors/code/language-configuration.json +++ b/editors/code/language-configuration.json @@ -35,8 +35,8 @@ }, "folding": { "markers": { - "start": "^\\s*//\\s*#?region\\b", - "end": "^\\s*//\\s*#?endregion\\b" + "start": "^\\s*// region:\\b", + "end": "^\\s*// endregion\\b" } } }