From 3113c6077d9ed1e662a891714ac00e1ee3bb7657 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 4 Oct 2023 17:08:10 +0200 Subject: Update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e0a42de..de0216a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # tree-sitter-api-notation -This is a tree-sitter parser for [api-notation][api-notation]. +This is a tree-sitter parser for [api-notation][api-notation]. It also has a +built-in neovim plugin if you use `nvim-treesitter`. ## Neovim plugin If you use `nvim-treesitter`, you can also include this as a plugin and it will -make sure it's configured correctly. +configure the file types and highlights. ``` require('lazy').setup({ -- cgit