Now standalone plugin

First impl of standalone colorscheme
This commit is contained in:
2023-12-09 23:20:15 +01:00
parent c889771241
commit b4d05200d3
12 changed files with 633 additions and 124 deletions

View File

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