Merge pull request #1645 from creationix/master

Add comment support for Jack mode
This commit is contained in:
Harutyun Amirjanyan 2013-10-07 15:37:52 -07:00
commit a2244c6d01

View file

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