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, }