diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -126,6 +126,7 @@ Consistent syntax highlighting. require'nvim-treesitter.configs'.setup { highlight = { enable = true, + use_languagetree = false, -- Use this to enable language injection (this is very unstable) custom_captures = { -- Highlight the @foo.bar capture group with the "Identifier" highlight group. ["foo.bar"] = "Identifier", |
