Tool/software: Code Composer Studio
Hello,
I would like to tell CCS to use syntax highlighting of a chosen language for some file with a non standard file extension.
specifically i have a linker command file whose extension is not and should not be .cmd and i want CCS to use the linker files syntax highlighting on it.
So far i have found that under preferences -> fileTypes i can assign a new extension and tell CCS what file type it is. this worked but also has a huge caveat for me - it also cause CCS treat the file as linker file from all other perspectives meaning it tries to add this file to the total linker script which is not what intended and of course causes errors .
Is there a way to configure only the syntax highlighting for some file type? also can i modify the syntax (colors,...)
Thanks
Guy

