We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a0894 commit 9627e32Copy full SHA for 9627e32
1 file changed
README.md
@@ -121,6 +121,7 @@ This is what happen when you select `build & run`, `build`, or `run` in the comp
121
| c# | ./Program.cs | ./bin/Program.exe |
122
| dart | ./lib/main.dart | ./bin/main |
123
| elixir | ./mix.exs | ./_build/ |
124
+| fortran | ./fpm | ./build/ |
125
| f# | [see here](https://github.com/Zeioth/compiler.nvim/wiki/fsharp-compiler) | ./bin/ |
126
| flutter | ./pubspec.yaml | ./build/ |
127
| go | ./main.go | ./bin/program |
0 commit comments