Данный раздел посвящён компонентам которые находятся в блоке "script". Он тоже не большой, здесь будет показано как стилизовать ключевые слова языка JS, переменные, названия функций и ключей объекта.
This section is dedicated to the components that are in the "script" block. It's not big either, and it shows how to style JS keywords, variables, function names, and object keys.
--cm-key-color - данная CSS переменная отвечает за цвет ключей объекта. Это значение будет применено к компоненту "mu-key".
--cm-key-color - this CSS variable is responsible for the color of the object's keys. This value will be applied to the "mu-key" component.
--cm-key-words-color - данная CSS переменная отвечает за цвет ключевых слов. К ним относятся такие языковые конструкции как let, const, var, function, return и тд. Это значение будет применено к компоненту "mu-key-words".
--cm-key-words-color - this CSS variable is responsible for the color of keywords. These include language constructs such as let, const, var, function, return, and so on. This value will be applied to the "mu-key-words" component.
--cm-variable-color - данная CSS переменная отвечает за цвет переменных, они идут сразу после ключевых слов let, const, var. Это значение будет применено к компоненту "mu-variable".
--cm-variable-color - this CSS variable is responsible for the color of the variables, they come immediately after the keywords let, const, var. This value will be applied to the "mu-variable" component.
--cm-function-color - данная CSS переменная отвечает за цвет имени функции. Это значение будет применено к компоненту "mu-function".
--cm-function-color - this CSS variable is responsible for the color of the function name. This value will be applied to the "mu-function" component.