tonini / alchemist.el

Elixir Tooling Integration Into Emacs
http://www.alchemist-elixir.org
906 stars 103 forks source link

Module names start with A-Z and can contain digits #227

Closed jimm closed 8 years ago

jimm commented 8 years ago

The regex alchemist-scope-defmodule-regex used for finding module names does not allow digits in the names and it does not enforce a capital letter at the beginning of the module name. This new definition does so.

Fixes #226.

tonini commented 8 years ago

Thanks @jimm 💛 💙 💚 ❤️

jimm commented 8 years ago

My pleasure. Thanks for alchemist.el, @tonini.