dylan-lang / dylan-emacs-support

Emacs mode for indenting and highlighting Dylan code
GNU General Public License v2.0
27 stars 8 forks source link

Line after "define test" indents badly #38

Closed cgay closed 3 years ago

cgay commented 3 years ago

The body of define test should all indent 2 spaces. Instead, the first body line indents 4 spaces.

define test test-foo ()
    assert-equal(...);
  assert-equal(...);

This is probably my biggest dylan-mode annoyance.