hylang / hy-mode

Hy mode for Emacs
GNU General Public License v3.0
189 stars 48 forks source link

Adding font-lock for function parameters #13

Closed theanalyst closed 10 years ago

theanalyst commented 10 years ago

This commit adds font-lock for highlighting function parameters like &optional etc. Followed the same pattern as used for highlighting keywords.

I'm not sure of what font-lock face to use, so followed the convention used in emacs lisp and cl and used font-lock-type-face