Skip to content

Commit d9034f6

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 3e7f710 + 02251ef commit d9034f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Those familiar with Visual Studio IDE will remember how convenient it was to jus
3434
* [kotlin](https://github.com/Zeioth/Compiler.nvim/blob/main/lua/compiler/languages/kotlin.lua) ([more info](https://github.com/Zeioth/compiler.nvim/wiki/java-compiler))
3535
* [rust](https://github.com/Zeioth/Compiler.nvim/blob/main/lua/compiler/languages/rust.lua)
3636
* [go](https://github.com/Zeioth/Compiler.nvim/blob/main/lua/compiler/languages/go.lua)
37+
* [zig](https://github.com/Zeioth/Compiler.nvim/blob/main/lua/compiler/languages/zig.lua) ([more info](https://github.com/Zeioth/compiler.nvim/wiki/zig-compiler))
3738
* [asm x86-64](https://github.com/Zeioth/compiler.nvim/blob/main/lua/compiler/languages/asm.lua)
3839
* [visual Basic dotnet](https://github.com/Zeioth/Compiler.nvim/blob/main/lua/compiler/languages/vb.lua) ([more info](https://github.com/Zeioth/compiler.nvim/wiki/visual-basic-dotnet-compiler))
3940
* [f#](https://github.com/Zeioth/compiler.nvim/blob/main/lua/compiler/languages/fsharp.lua) ([more info](https://github.com/Zeioth/compiler.nvim/wiki/fsharp-compiler))
@@ -52,7 +53,6 @@ These are not planned, but PRs will be accepted.
5253

5354
* javascript
5455
* typescript
55-
* zig
5656
* elixir
5757
* swift
5858

@@ -123,6 +123,7 @@ This is what hapen when you select `build & run`, `build`, or `run` in the compi
123123
| java | ./Main.java | ./bin/Main.class |
124124
| kotlin | ./Main.kt | ./bin/MainKt.class |
125125
| rust | ./main.rs | ./bin/program |
126+
| zig | "" | "" |
126127
| go | ./main.go | ./bin/program |
127128
| asm x86-64 | ./main.asm | ./bin/program |
128129
| visual basic .net | [see here](https://github.com/Zeioth/compiler.nvim/wiki/visual-basic-dotnet-compiler) | |

0 commit comments

Comments
 (0)