Added comment settings to add comment shortcut (ctrl+/)
This commit is contained in:
parent
31aede445d
commit
a22dda79fc
1 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,8 @@ var Mode = function() {
|
|||
oop.inherits(Mode, TextMode);
|
||||
|
||||
(function() {
|
||||
// Extra logic goes here.
|
||||
this.lineCommentStart = "##";
|
||||
this.blockComment = {start: "#*", end: "*#"};
|
||||
}).call(Mode.prototype);
|
||||
|
||||
exports.Mode = Mode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue