Hello everyone. I apologize if this was already answered somewhere, but couldn’t find anything
I’m currently writing code in C and I wanted to add to my C.sublime-build file a variant to build .h files aswell, but couldn’t do it.
I tried to use both
"selector" : "source.c, source.h"
and
"selector" : "source.h"
in both variant and “main” build.
Any hint?
Thanks