i need a way to use the code edit node to edit an actual script and also need it to display the right colors i tried looking it up and other stuff but i couldn’t figure it out. i need this for teaching Godot at a school and i know there is the thing Gd quest made but i chose not to use that because this will give me more experience and it will help me make it fit in better with the lessons and its summer so schools out so i’m trying to make this within a 3 month period
You may have to re-implement most of the C++ syntax highlighter generation in GDScript if you want to match colors. Supporting only the one language lets you cut some corners though.
What is your end-goal? Big picture; what is the project about?