diff --git a/README.md b/README.md index 3f3f7870f..acfc2fabe 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,35 @@ -[![Zulip chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://nvim-treesitter.zulipchat.com/) -[![Linting and style](https://github.com/nvim-treesitter/nvim-treesitter/workflows/Linting%20and%20style%20checking/badge.svg?branch=master)](https://github.com/nvim-treesitter/nvim-treesitter/actions?query=workflow%3A%22Linting+and+style+checking%22+branch%3Amaster) -[![Syntax files](https://github.com/nvim-treesitter/nvim-treesitter/workflows/Check%20loading%20of%20syntax%20files/badge.svg)](https://github.com/nvim-treesitter/nvim-treesitter/actions?query=workflow%3A%22Check+loading+of+syntax+files%22+branch%3Amaster) +
+

nvim-treesitter

+

+ + Zulip Chat + + + Linting and Style + + + Syntax files + +

+
-# nvim-treesitter +
+

+ Logo +

+

+ Treesitter + configurations and abstraction layer for + Neovim. +

+

+ + Logo by @steelsojka + +

+
-Treesitter configurations and abstraction layer for Neovim. - -![Nvim-treesitter](nvim-treesitter.png) +![cpp example](assets/example-cpp.png) Traditional highlighting (left) vs Treesitter-based highlighting (right). diff --git a/nvim-treesitter.png b/assets/example-cpp.png similarity index 100% rename from nvim-treesitter.png rename to assets/example-cpp.png diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 000000000..a60e536bc Binary files /dev/null and b/assets/logo.png differ