fix for broken paren matching in @keyframes rules
This commit is contained in:
parent
5b08bf8e1e
commit
ba334cae71
2 changed files with 26 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ var CssHighlightRules = function() {
|
|||
next: "ruleset"
|
||||
}, {
|
||||
token: "string",
|
||||
regex: "@media.*?{",
|
||||
regex: "@.*?{",
|
||||
next: "media"
|
||||
},{
|
||||
token: "keyword",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue