10 lines
270 B
Lua
10 lines
270 B
Lua
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
|