scopatz / nanorc

Improved Nano Syntax Highlighting Files
Other
3k stars 549 forks source link

Added support for documentation comments to java.nanorc and c.nanorc #274

Closed willow385 closed 4 years ago

willow385 commented 4 years ago

I added highlighting for @param, @return, and @author, which are tags used in Javadoc comments to give brief documentation of specific methods. I only added it to the highlighting files for C/C++ and Java, but it might be a good idea to add it to other languages' highlighting files as well.

scopatz commented 4 years ago

Thanks!