Skip to content

Commit 56c3f83

Browse files
committed
corrected comment style
1 parent c04e8cd commit 56c3f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ace/mode/gmql.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ oop.inherits(Mode, TextMode);
4343

4444
(function() {
4545

46-
this.lineCommentStart = "--";
46+
this.lineCommentStart = "#";
4747

4848
this.$id = "ace/mode/gmql";
4949
}).call(Mode.prototype);

0 commit comments

Comments
 (0)