Skip to content

Commit 608334d

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 1e5824c + 9627e32 commit 608334d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Those familiar with Visual Studio IDE will remember how convenient it was to jus
3535
|[c#](https://github.com/Zeioth/compiler.nvim/blob/main/lua/compiler/languages/cs.lua) | [+info](https://github.com/Zeioth/compiler.nvim/wiki/cs-compiler) |
3636
| [dart](https://github.com/Zeioth/Compiler.nvim/blob/main/lua/compiler/languages/dart.lua) | [+info](https://github.com/Zeioth/compiler.nvim/wiki/dart-compiler) |
3737
| [elixir](https://github.com/Zeioth/Compiler.nvim/blob/main/lua/compiler/languages/elixir.lua) | [+info](https://github.com/Zeioth/compiler.nvim/wiki/elixir-compiler) |
38+
| [fortran](https://github.com/Zeioth/Compiler.nvim/blob/main/lua/compiler/languages/fortran.lua) ||
3839
| [f#](https://github.com/Zeioth/compiler.nvim/blob/main/lua/compiler/languages/fsharp.lua) |[+info](https://github.com/Zeioth/compiler.nvim/wiki/fsharp-compiler) |
3940
| [flutter](https://github.com/Zeioth/Compiler.nvim/blob/main/lua/compiler/languages/dart.lua) | [+info](https://github.com/Zeioth/compiler.nvim/wiki/dart-compiler) |
4041
| [go](https://github.com/Zeioth/Compiler.nvim/blob/main/lua/compiler/languages/go.lua) ||
@@ -120,6 +121,7 @@ This is what happen when you select `build & run`, `build`, or `run` in the comp
120121
| c# | ./Program.cs | ./bin/Program.exe |
121122
| dart | ./lib/main.dart | ./bin/main |
122123
| elixir | ./mix.exs | ./_build/ |
124+
| fortran | ./fpm | ./build/ |
123125
| f# | [see here](https://github.com/Zeioth/compiler.nvim/wiki/fsharp-compiler) | ./bin/ |
124126
| flutter | ./pubspec.yaml | ./build/ |
125127
| go | ./main.go | ./bin/program |

0 commit comments

Comments
 (0)