add syntax rule for php comments
This commit is contained in:
parent
8c4181ef7e
commit
44dae66318
2 changed files with 4 additions and 274 deletions
|
|
@ -472,6 +472,10 @@ PhpHighlightRules = function() {
|
|||
token : "comment",
|
||||
regex : "\\/\\/.*$"
|
||||
},
|
||||
{
|
||||
token : "comment",
|
||||
regex : "#.*$"
|
||||
},
|
||||
docComment.getStartRule("doc-start"),
|
||||
{
|
||||
token : "comment", // multi line comment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue