Mention tree-sitter-just in readme (#951)

This commit is contained in:
Casey Rodarmor 2021-08-18 19:08:37 -07:00 committed by GitHub
parent 7a13cbad5a
commit f4a15c7192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`: