Общие компоненты разметки документа
Общими для блока шаблона, скриптов, и стилей являются следующие компоненты:
-
MuText - это обычный текст, в разметке это то, что заключено в одинарные, или двойные кавычки.
-
MuNumber - это все цифры, которые встречаются в разметке.
-
MuComment - это все комментарии, которые встречаются в разметке.
-
MuType - это типовой текст. Если вы обернёте какой-нибудь текст компонентом "code-line", то обёрнутый текст будет того же цвета, что и цвет компонента "MuType".
Пример подключения общих компонентов:
Common document markup components
The following components are common to the template block, scripts, and styles:
-
MuText is plain text, in markup it is what is enclosed in single or double quotes.
-
MuNumber is all the numbers that occur in the markup.
-
MuComment - these are all comments that occur in the markup.
-
MuType is a standard text. If you wrap some text with the "code-line" component, the wrapped text will be the same color as the color of the "MuType" component.
Example of connecting common components: