Explorar el Código

fix: region marker comments

Sv443 hace 1 año
padre
commit
a15ea9e27c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .vscode/settings.json

+ 1 - 1
.vscode/settings.json

@@ -18,7 +18,7 @@
       "color": "black",
       "overviewRulerColor": "#ed0",
     },
-    "((//\\s?)?#region ([^\\S\\r\\n]*[\\w,.\\-_&]+)*[:]*)": { //#region test
+    "((//\\s?)?#region ([^\\S\\r\\n]*[\\(\\)\\w,.\\-_&+#*'\"]+)*[:]*)": { //#region test (abc):
       "backgroundColor": "#069",
       "color": "#fff",
       "overviewRulerColor": "#069",