updates stuff

This commit is contained in:
Dennis Schoepf 2025-11-14 23:18:37 +01:00
parent 781fbe05fc
commit 199ce44b7a
2 changed files with 2 additions and 2 deletions

View file

@ -89,7 +89,7 @@ hi("Macro", { link = "PreProc" })
hi("PreCondit", { link = "PreProc" })
hi("StorageClass", { link = "Type" })
hi("Structure", { link = "Type" })
hi("Typedef", { link = "Type" })
hi("Typedef", { bold = true, fg = palette.yellow_brighter, ctermfg = "LightYellow" })
hi("Tag", { link = "Special" })
hi("SpecialChar", { link = "Special" })
hi("Delimiter", { link = "Special" })