summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThomas Vigouroux <tomvig38@gmail.com>2020-11-23 19:46:27 +0100
committerGitHub <noreply@github.com>2020-11-23 12:46:27 -0600
commit808765a6c8cde93621f656fa61b0c6223928f51e (patch)
treecbbe64a1649317e870297f86d89f222238a51c0a /README.md
parent3c07232d076d3f62919ffe1dc16409addaae82f2 (diff)
fix: update interface following languagetree merge (#687)
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",