소스 검색

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