Can you please add support for styling multi line comments, for example this in C#: ``` /*TODO: some todo task * another line */ ``` Thanks