This commit is contained in:
78
frontend/static/languages/code_css.json
Normal file
78
frontend/static/languages/code_css.json
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"name": "code_css",
|
||||
"noLazyMode": true,
|
||||
"words": [
|
||||
"background-color",
|
||||
"color",
|
||||
"center",
|
||||
"font",
|
||||
"font-size",
|
||||
"font-family",
|
||||
"font-weight",
|
||||
"text-align",
|
||||
"text-decoration",
|
||||
"cursor",
|
||||
"float",
|
||||
"align",
|
||||
"width",
|
||||
"height",
|
||||
"max-width",
|
||||
"max-height",
|
||||
"padding",
|
||||
"margin",
|
||||
"margin-left",
|
||||
"margin-top",
|
||||
"margin-right",
|
||||
"margin-bottom",
|
||||
"solid",
|
||||
"border",
|
||||
"border-radius",
|
||||
"outline",
|
||||
"display",
|
||||
"visibility",
|
||||
"inline",
|
||||
"inline-block",
|
||||
"block",
|
||||
"auto",
|
||||
"flex",
|
||||
"flex-wrap",
|
||||
"flex-direction",
|
||||
"justify-content",
|
||||
"justify-self",
|
||||
"justify-items",
|
||||
"align-items",
|
||||
"align-self",
|
||||
"grid",
|
||||
"grid-template-columns",
|
||||
"grid-template-rows",
|
||||
"position",
|
||||
"static",
|
||||
"absolute",
|
||||
"fixed",
|
||||
"relative",
|
||||
"srcset",
|
||||
"z-index",
|
||||
"left",
|
||||
"top",
|
||||
"right",
|
||||
"bottom",
|
||||
"overflow",
|
||||
"border-image",
|
||||
"background-image",
|
||||
"background-clip",
|
||||
"background-size",
|
||||
"background-origin",
|
||||
"transform",
|
||||
"translate",
|
||||
"scale",
|
||||
"rotate",
|
||||
"transition",
|
||||
"animation",
|
||||
"filter",
|
||||
"box-shadow",
|
||||
"text-shadow",
|
||||
"opacity",
|
||||
"@media",
|
||||
"@keyframes"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user