dylan-emacs-support
dylan-emacs-support copied to clipboard
Bad indentation for string with URL in it.
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.
To narrow it down a bit, removing the // also fixes the indentation.