added documentation comments to c.nanorc

This commit is contained in:
Dante Falzone 2019-12-25 21:57:14 -06:00 committed by GitHub
parent c06c2b0a4f
commit 8959baefff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -40,5 +40,10 @@ color cyan "<[^= ]*>" ""(\\.|[^"])*""
color brightblue "^\s*//.*"
color brightblue start="/\*" end="\*/"
# Highlighting for documentation comments
color magenta "@param [a-zA-Z_][a-z0-9A-Z_]+"
color magenta "@return"
color magenta "@author.*"
## Trailing whitespace
color ,green "[[:space:]]+$"