I have my own macro language that is not universal.
Now I am using text editor UltraEdit to modify the language. It seems UltraEdit can understand the common syntax used in my language due to its similarity with other languages and it gives some syntax highlighting. (For example if() will in green colour.)
But when I open the same file in Visual studio 2015, I could not see any syntax highlighting. Due to many reasons I would like to use VS 2015 as my text editor with custom colour coding for my language. Is there any option in Visual studio to add a new language to Tools/ Options -> Text editor with custom colour codes?
Also please note that I do not need any intellisense. My question is very specific to VS2015.