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

Bad indentation for string with URL in it. #27

Open cgay opened 6 years ago

cgay commented 6 years ago

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 commented 6 years ago

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