// Upload a .ex or .exs file to view its content here
Supported formats: .ex, .exs
How to Use
Click the "Choose File" button above
Select your Elixir file (.ex or .exs) from your computer
The file content will automatically display with syntax highlighting
Review your Elixir code with proper formatting
Use the syntax highlighting to better understand the code structure
Benefits
Elixir-Specific Syntax Highlighting - Proper coloring for Elixir keywords, modules, functions, and macros
Zero Setup - Works instantly in your browser with no installation required
Privacy Guaranteed - Files are processed locally and never uploaded to any server
Mobile Friendly - View Elixir code on any device, anywhere
Learning Tool - Great for studying Elixir code examples and patterns
Fast Code Review - Quickly review Elixir files with clear syntax highlighting
Frequently Asked Questions
What's the difference between .ex and .exs files?
.ex files are meant for compiled Elixir code (like modules and applications), while .exs files are for Elixir scripts that are interpreted and not compiled. Both are supported by this viewer.
Is my Elixir code sent to any server?
No, all processing happens entirely in your browser. Your code never leaves your computer, ensuring complete privacy.
Can I edit the Elixir code in this viewer?
This is currently a read-only viewer. For editing Elixir code, we recommend using specialized editors like VS Code with the ElixirLS extension.
Does this tool check for Elixir syntax errors?
No, this tool only provides syntax highlighting. For actual syntax checking and compilation, you should use the Elixir compiler (mix compile) or your development environment.
What version of Elixir syntax does this support?
The syntax highlighting supports all modern Elixir versions (1.10+). It covers standard Elixir syntax, sigils, module attributes, and common macros.