Sfoglia il codice sorgente

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

philormand 4 anni fa
parent
commit
c798df08ff
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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": [
         ["{", "}"],