MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / ColouriseHTMLDoc

Function ColouriseHTMLDoc

scintilla/lexers/LexHTML.cxx:2148–2152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2146}
2147
2148static void ColouriseHTMLDoc(unsigned int startPos, int length, int initStyle, WordList *keywordlists[],
2149 Accessor &styler) {
2150 // Passing in false because we're notlexing XML
2151 ColouriseHyperTextDoc(startPos, length, initStyle, keywordlists, styler, false);
2152}
2153
2154static void ColourisePHPScriptDoc(unsigned int startPos, int length, int initStyle, WordList *keywordlists[],
2155 Accessor &styler) {

Callers 1

ColourisePHPScriptDocFunction · 0.85

Calls 1

ColouriseHyperTextDocFunction · 0.85

Tested by

no test coverage detected