remove class colors for numbers in CSS
This commit is contained in:
parent
9a29a99f26
commit
bddb9cd01b
1 changed files with 2 additions and 2 deletions
|
|
@ -79,10 +79,10 @@ var CssHighlightRules = function() {
|
|||
token : ["constant.numeric"],
|
||||
regex : numRe
|
||||
}, {
|
||||
token : "constant.numeric.color.hex", // hex6 color
|
||||
token : "constant.numeric", // hex6 color
|
||||
regex : "#[a-f0-9]{6}"
|
||||
}, {
|
||||
token : "constant.numeric.color.hex", // hex3 color
|
||||
token : "constant.numeric", // hex3 color
|
||||
regex : "#[a-f0-9]{3}"
|
||||
}, {
|
||||
token : ["punctuation", "entity.other.attribute-name.pseudo-element.css"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue