C-Style Indentation for User Defined Language
-
Hello. Is there a way to apply the C-style smart indentation (it is exclusive to C, C++ and some other language(s)) to a user defined language?
If not, how would I go about copying the C++ language, adding more keyword types (for different colors)? I got VS2015 so compilation to DLL is not out of question.