Zig support for Visual Studio Code.
- syntax highlighting
- basic compiler linting
- automatic formatting
To enable automatic formatting, the zig.formatCommand property must be
configured in your settings. This should be the command to run zig fmt, which
can is found on the current stage2
compiler.
