aboutsummaryrefslogtreecommitdiffstats
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
parentAllow to call setup on already loaded modules. (diff)
downloadnvim-treesitter-4b578c52bd2208269114a98f4b16358b3fc495a0.tar
nvim-treesitter-4b578c52bd2208269114a98f4b16358b3fc495a0.tar.gz
nvim-treesitter-4b578c52bd2208269114a98f4b16358b3fc495a0.tar.bz2
nvim-treesitter-4b578c52bd2208269114a98f4b16358b3fc495a0.tar.lz
nvim-treesitter-4b578c52bd2208269114a98f4b16358b3fc495a0.tar.xz
nvim-treesitter-4b578c52bd2208269114a98f4b16358b3fc495a0.tar.zst
nvim-treesitter-4b578c52bd2208269114a98f4b16358b3fc495a0.zip
Show up logo
Too good to be hidden
-rw-r--r--README.md37
-rw-r--r--assets/example-cpp.png (renamed from nvim-treesitter.png)bin874960 -> 874960 bytes
-rw-r--r--assets/logo.pngbin0 -> 26664 bytes
3 files changed, 30 insertions, 7 deletions
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)
+<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>
-# nvim-treesitter
+<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>
-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
index a35d1d3d5..a35d1d3d5 100644
--- a/nvim-treesitter.png
+++ b/assets/example-cpp.png
Binary files differ
diff --git a/assets/logo.png b/assets/logo.png
new file mode 100644
index 000000000..a60e536bc
--- /dev/null
+++ b/assets/logo.png
Binary files differ