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

能不能增加对elixir的支持? #43

Closed
ilessy opened this issue Dec 21, 2016 · 3 comments
Closed

能不能增加对elixir的支持? #43

ilessy opened this issue Dec 21, 2016 · 3 comments

Comments

@ilessy
Copy link

ilessy commented Dec 21, 2016

如题

@formulahendry
Copy link
Owner

Seems there are two types of elixir file: .ex and .exs. We could easily support .exs as script mode. Or you want to support both?
If you'd like to implement it, PR is welcome. 😃

@formulahendry
Copy link
Owner

Hi @ilessy , I have added support for .exs. Please install the latest version and have a try.

@ilessy
Copy link
Author

ilessy commented Dec 23, 2016

Thanks a lot. I just added it myself as told in the document like this:

"code-runner.executorMapByFileExtension": {
    ".ex": "elixir",
    ".exs": "elixir"
  }

and it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants