1
0
Эх сурвалжийг харах

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

philormand 4 жил өмнө
parent
commit
c798df08ff

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

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