docs(treesitter): fix deprecated api call

This commit is contained in:
2025-02-09 13:00:13 +01:00
parent 6b672dbe50
commit 45914637ac
+1 -1
View File
@@ -37,6 +37,6 @@ return {
-- To set the priority of semantic highlighting lower than treesitter (100), -- To set the priority of semantic highlighting lower than treesitter (100),
-- uncomment the line below: -- uncomment the line below:
-- vim.highlight.priorities.semantic_tokens = 99 -- vim.hl.priorities.semantic_tokens = 99
end, end,
} }