From 0d64a38ff7a1e8f0a070dbad06d482c161f83fa5 Mon Sep 17 00:00:00 2001 From: Steve Clarke Date: Wed, 20 Apr 2022 05:02:30 -0230 Subject: [PATCH] Fix typo (#369) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c34031..75ad24f 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ Neovim supports a wide variety of UI's. #### Tree-sitter Supported Colorscheme -Tree-sitter is a new system coming in Neovim 0.5 that incrementally parses your code into a tree that works, even with errors in your syntax. These colorschemes have specifically set colors for Tree-sitter highlight groups. Vim colorschemes will work with the new groups out of the box. +Tree-sitter is a new system introduced in Neovim 0.5 that incrementally parses your code into a tree that works, even with errors in your syntax. These colorschemes have specifically set colors for Tree-sitter highlight groups. Vim colorschemes will work with the new groups out of the box. - [shaeinst/roshnivim-cs](https://github.com/shaeinst/roshnivim-cs) - Colorscheme for Neovim written in Lua, specially made for roshnivim with Tree-sitter support. - [rafamadriz/neon](https://github.com/rafamadriz/neon) - Customizable colorscheme with excellent italic and bold support, dark and light variants. Made to work and look good with Tree-sitter.