jacylang / jacy

Jacy programming language
https://jacylang.github.io
13 stars 1 forks source link

Suggestions syntax highlighting #9

Open hazer-hazer opened 3 years ago

hazer-hazer commented 3 years ago

Add syntax highlighting in suggestions, i.e. when Jacy code is outputted to terminal this code will be highlighted. What I want is a tunable system that would allow the user to modify settings, the theme for example. Also, it's a good reason to bring true colors support to the compiler.

hazer-hazer commented 3 years ago

Implemented in last commits. Themes are fully customizable, but still not configurable. Theme list will be extended in the future, currently supporting only dracula, ayu and native Jacy themes

hazer-hazer commented 2 years ago

WTF I've done... Added syntax highlighting for errors when type check is not implemented and Jacy can do really nothing :smiling_face_with_tear: