Is there a way to include only a specific context defined in another file ?
I was looking at some issues in the C++ syntax (around constructor initilializer list) and basically it comes from the include of the whole C syntax while in this particular case only some C context should be added.
For example I would like todo something like
-include: scope:source.c.parens
Of course the solution would be to redefine many context coming from C file inside the C++ one, but it’s far from ideal …