Color fixes C/C++

This commit is contained in:
2023-12-21 12:16:19 +01:00
parent c6d24242e5
commit 27733590d2
2 changed files with 7 additions and 3 deletions

View File

@@ -2,5 +2,8 @@ return function()
return {
cInclude = { link = "PreProc" },
cDefine = { link = "PreProc" }, -- Fix C ft setting this to Macro
["@include.c"] = { link = "PreProc" }, -- Not a keyword
["@include.cpp"] = { link = "PreProc" },
}
end