inc files
-
Hi, I’m using include files in an VBScript project, and I use the file extension inc for those files.
This leads to wrongly formattted source code, see here.
I am sure this is because .inc is linked to Pascal files.
My first try to get rid of this was to add “inc” as a user extension in the Style Configurator, but that had no effect.
Is this a bug?
As a workaround I edited langs.model.xml and removed the inc extension from Pascal, and now it works as it should.My expection though is that a user extension outweights a default extension and adding inc as a user extension for VBS should link inc-files there instead of pascal files…