erg-lang / erg

A statically typed language compatible with Python
http://erg-lang.org
Apache License 2.0
2.61k stars 53 forks source link

Colorize the REPL #494

Open mtshiba opened 3 months ago

mtshiba commented 3 months ago

Related: #493

The REPL can also do syntax highlighting of the input. This can be implemented using ELS's semantic tokens feature.