Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically build module name from filename in defmodule snippet #91

Merged

Conversation

hedgesky
Copy link
Contributor

For example, for file foo_bar.ex snippet will give

defmodule FooBar do

end

instead of just

defmodule  do

end

(Adapted from ruby.tmbundle).

josevalim added a commit that referenced this pull request Jan 16, 2016
Automatically build module name from filename in defmodule snippet
@josevalim josevalim merged commit 384bd5b into elixir-editors:master Jan 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants