summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSantos Gallegos <stsewd@protonmail.com>2020-09-10 13:57:42 -0500
committerThomas Vigouroux <tomvig38@gmail.com>2020-09-11 09:12:42 +0200
commit4b578c52bd2208269114a98f4b16358b3fc495a0 (patch)
tree0100bfe6ec6f4132982796f2363ff259de2d8b4e /README.md
parent20b822314dee88be89bd9da1b3f426bd7096d0a0 (diff)
Show up logo
Too good to be hidden
Diffstat (limited to 'README.md')
-rw-r--r--README.md41
1 files changed, 32 insertions, 9 deletions
diff --git a/README.md b/README.md
index 3f3f7870..acfc2fab 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
-
-Treesitter configurations and abstraction layer for Neovim.
-
-![Nvim-treesitter](nvim-treesitter.png)
+<div align="center">
+ <h1>nvim-treesitter</h1>
+ <p>
+ <a href="https://nvim-treesitter.zulipchat.com/">
+ <img alt="Zulip Chat" src="https://img.shields.io/badge/zulip-join_chat-brightgreen.svg" />
+ </a>
+ <a href="https://github.com/nvim-treesitter/nvim-treesitter/actions?query=workflow%3A%22Linting+and+style+checking%22+branch%3Amaster">
+ <img alt="Linting and Style" src="https://github.com/nvim-treesitter/nvim-treesitter/workflows/Linting%20and%20style%20checking/badge.svg" />
+ </a>
+ <a href="https://github.com/nvim-treesitter/nvim-treesitter/actions?query=workflow%3A%22Check+loading+of+syntax+files%22+branch%3Amaster">
+ <img alt="Syntax files" src="https://github.com/nvim-treesitter/nvim-treesitter/workflows/Check%20loading%20of%20syntax%20files/badge.svg" />
+ </a>
+ </p>
+</div>
+
+<div align="center">
+ <p>
+ <img src="assets/logo.png" align="center" alt="Logo" />
+ </p>
+ <p>
+ <a href="https://github.com/tree-sitter/tree-sitter">Treesitter</a>
+ configurations and abstraction layer for
+ <a href="https://github.com/neovim/neovim/">Neovim</a>.
+ </p>
+ <p>
+ <i>
+ Logo by <a href="https://github.com/steelsojka">@steelsojka</a>
+ </i>
+ </p>
+</div>
+
+![cpp example](assets/example-cpp.png)
Traditional highlighting (left) vs Treesitter-based highlighting (right).