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
The benefits of extending from c-mode are that it provides all the comment formatting we need. However, it definitely needs to be tweaked. In particular, since whiley statements don't end with ; but rather with \n.
Currently, this inherits from
fundamental-mode
when it should inherit fromprog-mode
(or potentially evencc-mode
). Some references:The text was updated successfully, but these errors were encountered: