ambrosiogabe/MathAnimation

Add syntax highlighting in the script editor

ambrosiogabe opened this issue · 1 comments

The code should be highlighted according to whatever theme is set for the project. This will be complete when:

  • You can select a code theme for your project
  • The code is highlighted according to the theme

This should be real-time, which means if parsing takes a long time it should do incremental parsing to re-evaluate how to highlight the code when changes are made.

Fixed by #123