浏览代码

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": [
         ["{", "}"],