If you're using the Atom text editor and trying to edit
Elixir files (.ex
), you may notice that there
is no syntax detection.
Using the Atom Package Manager (apm) it is possible to install various packages from the command line.
Syntax support is added with:
apm install language-elixir
For more advanced code completion and documetnation lookup:
apm install atom-elixir