Color fixes C/C++
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user