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

Using module prefix defeats colorization #30

Open cgay opened 6 years ago

cgay commented 6 years ago

dylan-mode highlights macros like with-open-file. If you import file-system with prefix "fs/" (or probably anything else) the highlighting of fs/with-open-file doesn't happen. To solve this I suppose we need a standard module prefix separator. I actually don't like "/" as in "fs/", but it's the one that sucks less than the other available options, in my opinion.

cgay commented 6 years ago

Of course indentation breaks as well.