============================================================================= Style_SetHTMLLexer()
| 2263 | // Style_SetHTMLLexer() |
| 2264 | // |
| 2265 | void Style_SetHTMLLexer ( HWND hwnd ) |
| 2266 | { |
| 2267 | Style_SetLexer ( hwnd, Style_MatchLexer ( L"Web Source Code", TRUE ) ); |
| 2268 | } |
| 2269 | |
| 2270 | |
| 2271 | //============================================================================= |
no test coverage detected