mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
add TSField
This commit is contained in:
parent
09d41870b2
commit
2d431410dc
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ theme.loadTreesitter = function()
|
||||||
-- TSEmphasis = {},
|
-- TSEmphasis = {},
|
||||||
-- TSError = {},
|
-- TSError = {},
|
||||||
-- TSException = {},
|
-- TSException = {},
|
||||||
-- TSField = {},
|
TSField = { fg = p.foam },
|
||||||
-- TSFloat = {},
|
-- TSFloat = {},
|
||||||
TSFuncBuiltin = { fg = p.love },
|
TSFuncBuiltin = { fg = p.love },
|
||||||
-- TSFuncMacro = {},
|
-- TSFuncMacro = {},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue