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

dylan-mode: Support module prefixes that end with '/' #40

Closed cgay closed 3 years ago

cgay commented 3 years ago

Works for "fs/" and "file-system/" but I didn't bother to try and support all of dylan-name-pattern. Not sure how perfect to make the NAME matching regular expressions. I have a general worry that they'll get too slow and/or that the code will be much harder to maintain and it won't be worth the small benefit. Perfect enemy of good etc.

lassik commented 3 years ago

Please merge this PR before I start work on dylan-mode.el.

cgay commented 3 years ago

I'm going to close this and will reconsider it in the future. It's currently problematic because too many things start with "ing" words. At a minimum I probably need to look for ...ing (