diff --git a/README.md b/README.md index 4f5c16e..5496a1d 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ This is what happen when you select `build & run`, `build`, or `run` in the comp | c++ | ./main.cpp | ./bin/program | | c# | ./Program.cs | ./bin/Program.exe | | dart | ./lib/main.dart | ./bin/main | +| elixir | ./mix.exs | ./_build/ | | f# | [see here](https://github.com/Zeioth/compiler.nvim/wiki/fsharp-compiler) | ./bin/ | | flutter | [see here](https://github.com/Zeioth/compiler.nvim/wiki/dart-compiler) | ./build/ | | go | ./main.go | ./bin/program |