diff --git a/README.md b/README.md index 3b0bda0ea..28ffd55a3 100644 --- a/README.md +++ b/README.md @@ -331,17 +331,22 @@ require'nvim-treesitter.configs'.setup { } ``` -You can add custom highlight captures with: +To customize the syntax highlighting of a capture, simply define or link a highlight group of the same name: -```vim -lua <