Home
last modified time | relevance | path

Searched refs:attribute_name_format (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/sigil/Sigil-1.8.0/src/Misc/
H A DXHTMLHighlighter2.cpp103 QTextCharFormat attribute_name_format; in SetRules() local
113 attribute_name_format .setForeground(m_codeViewAppearance.xhtml_attribute_name_color); in SetRules()
124 m_Rules["attname"] = attribute_name_format; in SetRules()
H A DXHTMLHighlighter.cpp87 QTextCharFormat attribute_name_format; in SetRules() local
97 attribute_name_format .setForeground(m_codeViewAppearance.xhtml_attribute_name_color); in SetRules()
132 rule.format = attribute_name_format; in SetRules()