diff --git a/static/languages/code_css.js b/static/languages/code_css.js new file mode 100644 index 000000000..788aa614c --- /dev/null +++ b/static/languages/code_css.js @@ -0,0 +1,40 @@ +{ + "name": "code_css", + "leftToRight": true, + "noLazyMode": true, + "words": [ + "background-color", + "color", + "center", + "font", + "font-size", + "font-family", + "text-align", + "float", + "align", + "width", + "height", + "padding", + "margin", + "soild", + "border", + "display", + "inline", + "block", + "max-width", + "auto", + "position", + "srcset", + "z-index", + "left", + "top", + "overflow", + "border-image", + "background-image", + "background-clip", + "background-size", + "background-origin", + "transform", + "@media" + ] +}