First of all, great extension, deserves much more attention.
The inline code colorization between backticks (` `) is fantastic; it really enhances the readability of the comments.
Would it be possible to have the same kind of colorization for the triple backticks?
/**
* @brief Foo description
*
* Example call:
* ```c
* foo();
* ```
*/
void foo();
First of all, great extension, deserves much more attention.
The inline code colorization between backticks (
` `) is fantastic; it really enhances the readability of the comments.Would it be possible to have the same kind of colorization for the triple backticks?