From 9b3ddab0614dafa4ca8f332f10eb5e44ea81b436 Mon Sep 17 00:00:00 2001 From: costincaraivan Date: Thu, 12 Apr 2018 10:23:12 +0200 Subject: [PATCH] Added missing comma. --- extensions/yaml/language-configuration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/yaml/language-configuration.json b/extensions/yaml/language-configuration.json index 9e4d3948f59..16dc5a02e86 100644 --- a/extensions/yaml/language-configuration.json +++ b/extensions/yaml/language-configuration.json @@ -22,7 +22,7 @@ ["'", "'"] ], "folding": { - "offSide": true + "offSide": true, "markers": { "start": "^\\s*#\\s*region\\b", "end": "^\\s*#\\s*endregion\\b"