Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Doxygen comments. #2

Open
Rapptz opened this issue Aug 7, 2014 · 0 comments
Open

Add support for Doxygen comments. #2

Rapptz opened this issue Aug 7, 2014 · 0 comments

Comments

@Rapptz
Copy link

Rapptz commented Aug 7, 2014

It'd be nice to have highlighting similar to JavaDoc for Doxygen comments. Example:

Java:

C++:

The syntax for a C++ Doxygen doc comment is just \stuff or @stuff when inside a comment block. It'd be nice to have this type of syntax highlighting. To work with the current syntax highlighting that every colour scheme does, the scope name is:

text.html.javadoc comment.block.documentation.javadoc keyword.other.documentation.custom.javadoc 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant