fix for broken paren matching in @keyframes rules

This commit is contained in:
nightwing 2011-12-04 20:40:46 +04:00
commit ba334cae71
2 changed files with 26 additions and 1 deletions

View file

@ -266,7 +266,7 @@ var CssHighlightRules = function() {
next: "ruleset"
}, {
token: "string",
regex: "@media.*?{",
regex: "@.*?{",
next: "media"
},{
token: "keyword",