uctakeoff / vscode-counter

VS Code extension: counts blank lines, comment lines, and physical lines of source code in many programming languages.
MIT License
151 stars 20 forks source link

How to block Comments? #76

Closed 836672549 closed 1 year ago

836672549 commented 2 years ago

image My code blockCommentBegins with "/*", and blockCommentEnd with "/". How to write the format?

uctakeoff commented 2 years ago

Set as follows.

        "blockComments": [["{/**", "*/}"]],
836672549 commented 2 years ago

OK, Thanks.

836672549 commented 2 years ago

image How to add the "blockcomment" tag on the diagram?

uctakeoff commented 2 years ago

Block comments are included in "comment".