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

Function Style_SetXMLLexer

src/Styles.c:2275–2278  ·  view source on GitHub ↗

============================================================================= Style_SetXMLLexer()

Source from the content-addressed store, hash-verified

2273// Style_SetXMLLexer()
2274//
2275void Style_SetXMLLexer ( HWND hwnd )
2276{
2277 Style_SetLexer ( hwnd, Style_MatchLexer ( L"XML Document", TRUE ) );
2278}
2279
2280
2281//=============================================================================

Callers 1

MsgCommandFunction · 0.85

Calls 2

Style_SetLexerFunction · 0.85
Style_MatchLexerFunction · 0.85

Tested by

no test coverage detected