update css_highlight_rules.js
This commit is contained in:
parent
bddb9cd01b
commit
64450fba82
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ var CssHighlightRules = function() {
|
|||
token : ["constant.numeric", "keyword"],
|
||||
regex : "(" + numRe + ")(ch|cm|deg|em|ex|fr|gd|grad|Hz|in|kHz|mm|ms|pc|pt|px|rad|rem|s|turn|vh|vm|vw|%)"
|
||||
}, {
|
||||
token : ["constant.numeric"],
|
||||
token : "constant.numeric",
|
||||
regex : numRe
|
||||
}, {
|
||||
token : "constant.numeric", // hex6 color
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue