Skip to content

Commit 05115c5

Browse files
committed
[css mode] Make translateX/Y/Z highlight properly
Closes #4325
1 parent 55fb95f commit 05115c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mode/css/css.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ CodeMirror.defineMode("css", function(config, parserConfig) {
672672
"threedlightshadow", "threedshadow", "tibetan", "tigre", "tigrinya-er",
673673
"tigrinya-er-abegede", "tigrinya-et", "tigrinya-et-abegede", "to", "top",
674674
"trad-chinese-formal", "trad-chinese-informal",
675-
"translate", "translate3d", "translateX", "translateY", "translateZ",
675+
"translate", "translate3d", "translatex", "translatey", "translatez",
676676
"transparent", "ultra-condensed", "ultra-expanded", "underline", "up",
677677
"upper-alpha", "upper-armenian", "upper-greek", "upper-hexadecimal",
678678
"upper-latin", "upper-norwegian", "upper-roman", "uppercase", "urdu", "url",

0 commit comments

Comments
 (0)