You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Method definitions in forms like defprotocol, definterface, deftype, reify, etc should have nice font locking on the method names.
I've already done some work to make docstrings and semantic indentation work properly in these forms. Taking inspiration from that prior art, it should be fairly trivial to capture these nodes in the :definition font-lock feature.
The text was updated successfully, but these errors were encountered:
Method definitions in forms like
defprotocol
,definterface
,deftype
,reify
, etc should have nice font locking on the method names.I've already done some work to make docstrings and semantic indentation work properly in these forms. Taking inspiration from that prior art, it should be fairly trivial to capture these nodes in the
:definition
font-lock feature.The text was updated successfully, but these errors were encountered: