diff --git a/README.md b/README.md index ac60555..4a0d683 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,11 @@ Plug 'yaegassy/coc-blade', {'do': 'yarn install --frozen-lockfile'} The "filetype" must be `blade` for this extension to work. -Install "blade" related plugin (e.g. [jwalton512/vim-blade](https://github.com/jwalton512/vim-blade) or [sheerun/vim-polyglot](https://github.com/sheerun/vim-polyglot)). +Install "blade" related plugin (e.g. [jwalton512/vim-blade](https://github.com/jwalton512/vim-blade) or [sheerun/vim-polyglot](https://github.com/sheerun/vim-polyglot) or [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) with [tree-sitter-blade](https://github.com/EmranMR/tree-sitter-blade)). + +For more information on setup `tree-sitter-blade` in `nvim-treesitter`, please click here. + +- ## Usage Topics