ex
What is a .ex file?
text/x-elixir
Elixir (.ex) is a plain-text source file for the Elixir language on the Erlang VM. It emphasises functional programming, pattern matching, and fault-tolerant concurrency via actors (processes).
How to use a .ex file
Use an example .ex file to test Elixir formatters (mix format), Credo linters, syntax highlighters, and language detection.