refactor: treesitter-operator

This commit is contained in:
Max Miliano 2024-09-27 21:25:25 -03:00
parent 1293bec922
commit 7e8078b597
2 changed files with 2 additions and 2 deletions

View file

@ -594,7 +594,7 @@ M.set_highlight = function(colors, config)
nvim_set_hl('@function.method.call', { link = 'Function' })
nvim_set_hl('@constructor', { link = 'Type' })
nvim_set_hl('@constructor.lua', { link = 'Delimiter' })
nvim_set_hl('@operator', { link = 'Statement' })
nvim_set_hl('@operator', { link = 'Operator' })
nvim_set_hl('@keyword', { link = 'Keyword' })
nvim_set_hl('@keyword.coroutine', { link = 'Statement' })
nvim_set_hl('@keyword.function', { link = 'Keyword' })

View file

@ -196,7 +196,7 @@ M.set_highlight = function(colors, config)
nvim_set_hl('@function.method.call', { link = 'Function' })
nvim_set_hl('@constructor', { link = 'Type' })
nvim_set_hl('@constructor.lua', { link = 'Delimiter' })
nvim_set_hl('@operator', { link = 'Statement' })
nvim_set_hl('@operator', { link = 'Operator' })
nvim_set_hl('@keyword', { link = 'Keyword' })
nvim_set_hl('@keyword.coroutine', { link = 'Statement' })
nvim_set_hl('@keyword.function', { link = 'Keyword' })