Add comment support for Jack mode

This commit is contained in:
Tim Caswell 2013-10-07 12:04:27 -05:00
commit c6e125a816

View file

@ -49,6 +49,8 @@ oop.inherits(Mode, TextMode);
(function() {
this.lineCommentStart = "--";
this.getNextLineIndent = function(state, line, tab) {
var indent = this.$getIndent(line);