Closed
Description
Expected behavior
Proper syntax highlighting
Actual behavior
Steps to reproduce the problem
Write a form containing a word starting with def
anywhere, e.g. (defface 'angry-face)
I get that the intent was to highlight defresource
etc the same way as defn
but this really isn't working as intended. All calls to functions like (default-user-settings)
are highlighted like a def now, no matter where in the source they appear.