Skip to content

Commit

Permalink
tools: add ziglint and zig-doctest (#8)
Browse files Browse the repository at this point in the history
* tools: add `ziglint` and `zig-doctest`

* run prettier

---------

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 authored Dec 29, 2023
1 parent f953a23 commit 44076fe
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ This repository lists some awesome projects written in Zig, maintained by [ZigCC
- [Web3 Framework](#web3-framework)
- [WebAssembly](#webassembly)
- [Performance Benchmark](#performance-benchmark)
- [IDE Plugins](#ide-plugins)
- [Tools](#tools)
- [Language Server](#language-server)
- [Text Editors](#text-editors)
- [Linter](#linter)
- [Documentation and Testing](#documentation-and-testing)
- [Graphics Library](#graphics-library)
- [GUI](#gui)
- [Others](#others)
Expand Down Expand Up @@ -484,17 +488,30 @@ TOC is generated by [markdown-toc](https://github.com/jonschlinkert/markdown-toc
- [CoalNova/BasicCompare](https://github.com/CoalNova/BasicCompare) : A basic comparitive analysis of C, C++, Rust, and Zig.
- [ziglang/gotta-go-fast](https://github.com/ziglang/gotta-go-fast) : Performance Tracking for Zig.

## IDE Plugins
## Tools

### Language Server

- [zigtools/zls](https://github.com/zigtools/zls) : The @ziglang language server for all your Zig editor tooling needs, from autocomplete to goto-def! [install.zigtools.org/](https://install.zigtools.org/)

### Text Editors

- [ziglang/vscode-zig](https://github.com/ziglang/vscode-zig) : Zig language support for VSCode.
- [ziglang/zig.vim](https://github.com/ziglang/zig.vim) : Vim configuration for Zig.
- [zigtools/zls](https://github.com/zigtools/zls) : The @ziglang language server for all your Zig editor tooling needs, from autocomplete to goto-def! [install.zigtools.org/](https://install.zigtools.org/)
- [ice1000/intellij-zig](https://github.com/ice1000/intellij-zig) : The IntelliJ IDEA plugin for the Zig programming language ┗😃┛ ┏😃┓ ┗😃┛ ┏😃┓
- [Tetralux/sublime-zig](https://github.com/Tetralux/sublime-zig) : My own, more lightweight, syntax highlighting for the Zig Programming Language.
- [ziglang/sublime-zig-language](https://github.com/ziglang/sublime-zig-language) : Zig language support for Sublime Text.
- [ziglang/zig-mode](https://github.com/ziglang/zig-mode) : Zig mode for Emacs.
- [isaachier/ztags](https://github.com/isaachier/ztags) : ctags implementation for Zig written in Zig.

### Linter

- [nektro/ziglint](https://github.com/nektro/ziglint) : linting suite for Zig

### Documentation and Testing

- [kristoff-it/zig-doctest](https://github.com/kristoff-it/zig-doctest) : A tool for testing snippets of code, useful for websites and books that talk about Zig.

## Graphics Library

- [hexops/mach-glfw](https://github.com/hexops/mach-glfw) : Ziggified GLFW bindings with 100% API coverage, zero-fuss installation, cross compilation, and more.
Expand Down

0 comments on commit 44076fe

Please sign in to comment.