dylan-emacs-support icon indicating copy to clipboard operation
dylan-emacs-support copied to clipboard

Bad indentation for string with URL in it.

Open cgay opened this issue 7 years ago • 1 comments

The second line doesn't indent correctly (or at all):

  if (starts-with?(url, "https://github.com"))
make(<git-transport>)

If I change "https://github.com" to the empty string dylan-mode indents the second line correctly.

cgay avatar Aug 25 '18 06:08 cgay

To narrow it down a bit, removing the // also fixes the indentation.

cgay avatar Aug 25 '18 06:08 cgay