mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 15:38:15 -07:00
add TSkeyword hl to treesitter integration | fix https://github.com/NvChad/NvChad/issues/1308
This commit is contained in:
parent
41a1b487b8
commit
ba25a5f3ba
1 changed files with 4 additions and 0 deletions
|
|
@ -41,6 +41,10 @@ return {
|
|||
sp = "none",
|
||||
},
|
||||
|
||||
TSKeyword = {
|
||||
fg = theme.base0E,
|
||||
},
|
||||
|
||||
TSKeywordFunction = {
|
||||
fg = theme.base0E,
|
||||
sp = "none",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue