add highlight and treesitter grammars

This commit is contained in:
Dennis Schoepf 2025-11-09 22:12:26 +01:00
parent e492804a69
commit ecfdef0d47
2 changed files with 7 additions and 0 deletions

View file

@ -289,6 +289,7 @@ else
)
hi("Changed", { fg = palette.blue_bright, bg = palette.blue_subtle_bg, ctermfg = "LightBlue", ctermbg = "DarkBlue" })
hi("Removed", { fg = palette.red_bright, bg = palette.red_subtle_bg, ctermfg = "LightRed", ctermbg = "DarkRed" })
hi("NotificationInfo", { fg = palette.silver, bg = palette.bg, ctermfg = "White", ctermbg = "Black" })
-- Snacks
hi("SnacksIndentScope", { fg = palette.magenta, ctermfg = "LightGrey" })

View file

@ -22,6 +22,12 @@ return {
"markdown",
"markdown_inline",
"odin",
"go",
"goctl",
"gowork",
"gomod",
"gosum",
"gotmpl",
"printf",
"python",
"query",