Skip to content

repl: support syntax highlighting

Instead of sending many REPL changes in one PR (#52965), it was recommended to me to implement these one-by-one in several PRs.

First up: Syntax highlighting 🎉

This PR adds RegEx-based syntax highlighting to the REPL.


Notable change text (if text this short is even worth it): "The REPL now includes syntax highlighting for input."

Merge request reports

Loading