If: PathMatch: '.*\.(c|h)' CompileFlags: Add: [ -xc, -std=c99 ] --- If: PathMatch: '.*\.(cpp|hpp)' CompileFlags: Add: [ -std=c++20 ]