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