From f4a15c7192e13123bd9fdba9401198249ad3815c Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 18 Aug 2021 19:08:37 -0700 Subject: [PATCH] Mention `tree-sitter-just` in readme (#951) --- README.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index ab6bc8e..66ecea6 100644 --- a/README.adoc +++ b/README.adoc @@ -151,7 +151,7 @@ An https://en.wikipedia.org/wiki/RSS[RSS feed] of `just` releases is available h `justfile` syntax is close enough to `make` that you may want to tell your editor to use `make` syntax highlighting for `just`. -=== Vim +=== Vim and Neovim ==== `vim-just` @@ -177,6 +177,10 @@ git clone https://github.com/NoahTheDuke/vim-just.git `vim-just` is also available from https://github.com/sheerun/vim-polyglot[vim-polyglot], a multi-language Vim plugin. +==== `tree-sitter-just` + +https://github.com/IndianBoy42/tree-sitter-just[tree-sitter-just] is an https://github.com/nvim-treesitter/nvim-treesitter[Nvim Treesitter] plugin for Neovim. + ==== Makefile Syntax Highlighting Vim's built-in makefile syntax highlighting isn't perfect for justfiles, but it's better than nothing. You can put the following in `~/.vim/filetype.vim`: