* Initializes the highlighter. * * @remarks * This method is called when collecting async resources for the node. * It can be called multiple times so caching the initialization is * recommended. * * If initialization is asynchronous, a promise should be registered using * {@
()
| 42 | * will mark the highlighter as ready. |
| 43 | */ |
| 44 | initialize(): boolean; |
| 45 | |
| 46 | /** |
| 47 | * Prepares the code for highlighting. |
no outgoing calls
no test coverage detected