I actually created an advanced, universal IDE/Code editor, which had a QB64 Pack, however, due to some performance issues, I had to rewrite it, and most of the functionality was gone. I've planned to implement the syntax highlighter (basically the keystone of the program), but, the lack of C++11+ support of the C++ compiler we're using didn't allow me to use std::regex, and so, making the implementation a lot more difficult. Anyways, the first version had a syntax highlighter that worked very well, actually, one could create syntax files, along with color scheme files. I might be able to give this for a bigger project (I say "might be able", because my laptop's harddrive died, along with 3 years of work :/ )