Add comment support for Jack mode
This commit is contained in:
parent
3dd62918c5
commit
c6e125a816
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,8 @@ oop.inherits(Mode, TextMode);
|
|||
|
||||
(function() {
|
||||
|
||||
this.lineCommentStart = "--";
|
||||
|
||||
this.getNextLineIndent = function(state, line, tab) {
|
||||
var indent = this.$getIndent(line);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue