From bdac0899ca0e3db3b27824a3848ebf89d09adca8 Mon Sep 17 00:00:00 2001 From: Alexandros Naskos Date: Tue, 30 Mar 2021 02:05:35 +0300 Subject: [PATCH] Add logo and badge to github readme --- .github/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 8f57a79..d9891e2 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,4 +1,7 @@ -# Zig Language Server +![Zig Language Server](./assets/zls.svg) + +![CI](https://github.com/zigtools/zls/workflows/CI/badge.svg) +![Zig Tools](./assets/zigtools.svg) Zig Language Server, or `zls`, is a language server for Zig. The Zig wiki states that "The Zig community is decentralized" and "There is no concept of 'official' or 'unofficial'", so instead of calling `zls` unofficial, and I'm going to call it a cool option, one of [many](https://github.com/search?q=zig+language+server).