mirror of
https://github.com/gabehf/base46.git
synced 2026-03-15 10:15:55 -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",
|
sp = "none",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
TSKeyword = {
|
||||||
|
fg = theme.base0E,
|
||||||
|
},
|
||||||
|
|
||||||
TSKeywordFunction = {
|
TSKeywordFunction = {
|
||||||
fg = theme.base0E,
|
fg = theme.base0E,
|
||||||
sp = "none",
|
sp = "none",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue