Преглед изворни кода

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

philormand пре 4 година
родитељ
комит
c798df08ff
1 измењених фајлова са 3 додато и 0 уклоњено
  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": [
         ["{", "}"],