summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index e27a192e..13b84a62 100644
--- a/README.md
+++ b/README.md
@@ -130,7 +130,6 @@ lua <<EOF
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",