diff --git a/editor.html b/editor.html deleted file mode 100644 index d4557f3b..00000000 --- a/editor.html +++ /dev/null @@ -1,274 +0,0 @@ - - - - - - Editor - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - -
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/lib/ace/mode/php_highlight_rules.js b/lib/ace/mode/php_highlight_rules.js index 0b4b4b48..374ad92e 100644 --- a/lib/ace/mode/php_highlight_rules.js +++ b/lib/ace/mode/php_highlight_rules.js @@ -472,6 +472,10 @@ PhpHighlightRules = function() { token : "comment", regex : "\\/\\/.*$" }, + { + token : "comment", + regex : "#.*$" + }, docComment.getStartRule("doc-start"), { token : "comment", // multi line comment