mirror of
https://github.com/maxmx03/solarized.nvim.git
synced 2026-09-10 07:26:26 -04:00
refactor: treesitter-operator
This commit is contained in:
parent
1293bec922
commit
7e8078b597
|
|
@ -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' })
|
||||
|
|
|
|||
|
|
@ -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' })
|
||||
|
|
|
|||
Loading…
Reference in a new issue