Got more time this month to work on my editor. Recently I added symbol/tag goto, auto indentation, token aware cursor navigation and some visual scope highlighting - inspired by my current 4coder setup. I also moved from doing hundreds of draw calls per frame to 1 draw call per frame.