add syntax rule for php comments

This commit is contained in:
Fabian Jakobs 2011-02-11 13:43:42 +01:00
commit 44dae66318
2 changed files with 4 additions and 274 deletions

View file

@ -472,6 +472,10 @@ PhpHighlightRules = function() {
token : "comment",
regex : "\\/\\/.*$"
},
{
token : "comment",
regex : "#.*$"
},
docComment.getStartRule("doc-start"),
{
token : "comment", // multi line comment