Lindydancer / lisp-extra-font-lock

Highlight bound variables and quoted expressions in lisp
56 stars 5 forks source link

Apply highlighting to more builtin forms by default #12

Open kisaragi-hiu opened 1 year ago

kisaragi-hiu commented 1 year ago

Existing logic already works well enough. It is enough to just add these forms to the default values.

While not all features of all forms* here are highlighted, this is already more useful than not applying the highlighting to them.

*: like when-let and if-let's variable omitting