LitoMore / vscode-zig

Zig language support for VSCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode-zig

VSCode Extension CI

Zig support for Visual Studio Code.

Syntax Highlighting

Features

  • syntax highlighting
  • basic compiler linting
  • automatic formatting

Automatic Formatting

To enable automatic formatting add the zig command to your PATH, or modify the Zig Path setting to point to the zig binary.

Creating .vsix extension file

npm install
npm run compile
npx vsce package

About

Zig language support for VSCode

License:MIT License


Languages

Language:TypeScript 100.0%