Browse Source

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

philormand 4 năm trước cách đây
mục cha
commit
c798df08ff
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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": [
         ["{", "}"],