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

Function ColourisePHPScriptDoc

scintilla/lexers/LexHTML.cxx:2154–2159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2152}
2153
2154static void ColourisePHPScriptDoc(unsigned int startPos, int length, int initStyle, WordList *keywordlists[],
2155 Accessor &styler) {
2156 if (startPos == 0)
2157 initStyle = SCE_HPHP_DEFAULT;
2158 ColouriseHTMLDoc(startPos, length, initStyle, keywordlists, styler);
2159}
2160
2161static const char * const htmlWordListDesc[] = {
2162 "HTML elements and attributes",

Callers

nothing calls this directly

Calls 1

ColouriseHTMLDocFunction · 0.85

Tested by

no test coverage detected