I’ve made a custom build system for C that fits my environment, and I’d like this build system to be used by default by every new .c and .h file I ever open.
But, because in the C++ package it’s specified that both C and C++ should use it’s build system, which is completely unusable for me.
So, how can I override a build system entirely for a language?