| ... | @@ -5,8 +5,6 @@ clarity. | ... | @@ -5,8 +5,6 @@ clarity. |
| 5 | | 5 | |
| 6 | [ziglang.org](http://ziglang.org) | 6 | [ziglang.org](http://ziglang.org) |
| 7 | | 7 | |
| 8 | [Documentation](http://ziglang.org/documentation/master/) | | |
| 9 | | | |
| 10 | ## Feature Highlights | 8 | ## Feature Highlights |
| 11 | | 9 | |
| 12 | * Small, simple language. Focus on debugging your application rather than | 10 | * Small, simple language. Focus on debugging your application rather than |
| ... | @@ -200,11 +198,3 @@ This is the actual compiler binary that we will install to the system. | ... | @@ -200,11 +198,3 @@ This is the actual compiler binary that we will install to the system. |
| 200 | ``` | 198 | ``` |
| 201 | ./stage2/bin/zig build --build-file ../build.zig install -Drelease-fast | 199 | ./stage2/bin/zig build --build-file ../build.zig install -Drelease-fast |
| 202 | ``` | 200 | ``` |
| 203 | | | |
| 204 | ### Related Projects | | |
| 205 | | | |
| 206 | * [zig-mode](https://github.com/AndreaOrru/zig-mode) - Emacs integration | | |
| 207 | * [zig.vim](https://github.com/zig-lang/zig.vim) - Vim configuration files | | |
| 208 | * [vscode-zig](https://github.com/zig-lang/vscode-zig) - Visual Studio Code extension | | |
| 209 | * [zig-compiler-completions](https://github.com/tiehuis/zig-compiler-completions) - bash and zsh completions for the zig compiler | | |
| 210 | * [NppExtension](https://github.com/ice1000/NppExtension) - Notepad++ syntax highlighting | | |