Explorar el Código

Add ability to toggle comments in visual studio code via menu/shortcut keys

philormand hace 4 años
padre
commit
c798df08ff
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      syntax/VSCode/qsrc/language-configuration.json

+ 3 - 0
syntax/VSCode/qsrc/language-configuration.json

@@ -1,4 +1,7 @@
 {
+    "comments": {
+      "lineComment": "!"
+    },
     // symbols used as brackets
     "brackets": [
         ["{", "}"],