We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04e8cd commit 56c3f83Copy full SHA for 56c3f83
lib/ace/mode/gmql.js
@@ -43,7 +43,7 @@ oop.inherits(Mode, TextMode);
43
44
(function() {
45
46
- this.lineCommentStart = "--";
+ this.lineCommentStart = "#";
47
48
this.$id = "ace/mode/gmql";
49
}).call(Mode.prototype);
0 commit comments