prefer // comment in php
This commit is contained in:
parent
261e6cfc05
commit
9bed019fee
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ oop.inherits(Mode, TextMode);
|
|||
);
|
||||
|
||||
|
||||
this.lineCommentStart = ["#", "//"];
|
||||
this.lineCommentStart = ["//", "#"];
|
||||
this.blockComment = {start: "/*", end: "*/"};
|
||||
|
||||
this.getNextLineIndent = function(state, line, tab) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue