From 45914637ac9ff2a257ea7c98c4bd6a1f235e642a Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sun, 9 Feb 2025 13:00:13 +0100 Subject: [PATCH] docs(treesitter): fix deprecated api call --- lua/plugins/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index b1ffbad..36eab19 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -37,6 +37,6 @@ return { -- To set the priority of semantic highlighting lower than treesitter (100), -- uncomment the line below: - -- vim.highlight.priorities.semantic_tokens = 99 + -- vim.hl.priorities.semantic_tokens = 99 end, }