prefer // comment in php

This commit is contained in:
nightwing 2013-05-29 16:08:57 +04:00
commit 9bed019fee

View file

@ -70,7 +70,7 @@ oop.inherits(Mode, TextMode);
);
this.lineCommentStart = ["#", "//"];
this.lineCommentStart = ["//", "#"];
this.blockComment = {start: "/*", end: "*/"};
this.getNextLineIndent = function(state, line, tab) {