diff options
| author | Santos Gallegos <stsewd@protonmail.com> | 2020-09-10 13:57:42 -0500 |
|---|---|---|
| committer | Thomas Vigouroux <tomvig38@gmail.com> | 2020-09-11 09:12:42 +0200 |
| commit | 4b578c52bd2208269114a98f4b16358b3fc495a0 (patch) | |
| tree | 0100bfe6ec6f4132982796f2363ff259de2d8b4e | |
| parent | Allow to call setup on already loaded modules. (diff) | |
| download | nvim-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.md | 37 | ||||
| -rw-r--r-- | assets/example-cpp.png (renamed from nvim-treesitter.png) | bin | 874960 -> 874960 bytes | |||
| -rw-r--r-- | assets/logo.png | bin | 0 -> 26664 bytes |
3 files changed, 30 insertions, 7 deletions
@@ -1,12 +1,35 @@ -[](https://nvim-treesitter.zulipchat.com/) -[](https://github.com/nvim-treesitter/nvim-treesitter/actions?query=workflow%3A%22Linting+and+style+checking%22+branch%3Amaster) -[](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. - - + Traditional highlighting (left) vs Treesitter-based highlighting (right). diff --git a/nvim-treesitter.png b/assets/example-cpp.png Binary files differindex a35d1d3d5..a35d1d3d5 100644 --- a/nvim-treesitter.png +++ b/assets/example-cpp.png diff --git a/assets/logo.png b/assets/logo.png Binary files differnew file mode 100644 index 000000000..a60e536bc --- /dev/null +++ b/assets/logo.png |
