Now standalone plugin
First impl of standalone colorscheme
This commit is contained in:
6
lua/astrobox/highlights/modules/c.lua
Normal file
6
lua/astrobox/highlights/modules/c.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return function()
|
||||
return {
|
||||
cInclude = { link = "PreProc" },
|
||||
cDefine = { link = "PreProc" }, -- Fix C ft setting this to Macro
|
||||
}
|
||||
end
|
||||
Reference in New Issue
Block a user