remove trailing commas

This commit is contained in:
danyaPostfactum 2012-04-06 16:04:34 +10:00
commit 81d4d642c6

View file

@ -1046,7 +1046,7 @@ var PhpHighlightRules = function() {
}, {
token : "string",
regex : '[^"]+'
},
}
],
"qstring" : [
{
@ -1094,7 +1094,7 @@ var PhpHighlightRules = function() {
next : "htmltag"
}, {
token : "meta.tag",
regex : ">",
regex : ">"
}, {
token : 'text',
regex : "(?:media|type|href)"
@ -1104,7 +1104,7 @@ var PhpHighlightRules = function() {
}, {
token : "paren.lparen",
regex : "\{",
next : "cssdeclaration",
next : "cssdeclaration"
}, {
token : "keyword",
regex : "#[A-Za-z0-9\-\_\.]+"
@ -1146,7 +1146,7 @@ var PhpHighlightRules = function() {
regex : ";",
next : "cssdeclaration"
}
],
]
};
this.embedRules(DocCommentHighlightRules, "doc-",