qnighy / vim-ssh-annex

Auxiliary vim syntax files for OpenSSH
8 stars 2 forks source link

Final comment in authorized_keys - is not a comment to users #3

Open antofthy opened 5 years ago

antofthy commented 5 years ago

The final 'comment' on a entry on authorized keys is only a comment to SSH. For users it is a free-form identification of the entry, NOT a comment, and should be highlighted differently.

I did this as Keyword was a highlight that wasn't used...

hi def link sshauthorizedkeysKeyComment Keyword

Though I don't know syntax highlighting enough to pick the right highlights.