format and stylize block comments as expected #12
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Description
See #11 for sample terminal output.
Essentially, we need to figure out a way to support identifying block comments within
/*! <snip> !*/
(for doc comments) or within/* <snip> */
for regular comments, so that we can format and stylize such comments (colored text, bolding, etc.) as expected.What I Did
I just went into my project folder and ran:
The text was updated successfully, but these errors were encountered: