I am vaguely aware that visual studio is build as language modules on top of a language agnostic "code editing IDE" base, and that it is possible to extend it to be used as an IDE for other languages.
Would I would ideally like to have, is a new (.net compatible) language and project type that I can have side by side with other projects inside a visual studio solution.
Could anyone help me understand the steps involved / areas of work that need to be done, in order for this to be possible?