Files
Astrobox/lua/astrobox/highlights/modules/c.lua
Niverton b4d05200d3 Now standalone plugin
First impl of standalone colorscheme
2023-12-09 23:20:15 +01:00

7 lines
156 B
Lua

return function()
return {
cInclude = { link = "PreProc" },
cDefine = { link = "PreProc" }, -- Fix C ft setting this to Macro
}
end