Merge branch 'master' of git://github.com/ajaxorg/ace

This commit is contained in:
C9 2012-10-07 10:51:09 -04:00
commit 33ae14f4dd

View file

@ -1045,7 +1045,7 @@ var PhpHighlightRules = function() {
for (var i in this.$rules) {
this.$rules[i].unshift({
token : "support.php_tag", // php open tag
regex : "<\\?(?:php|\\=)",
regex : "<\\?(?:php|\\=)?",
next : "php-start"
});
}