crystal-community / icr

Interactive console for Crystal programming language
MIT License
505 stars 40 forks source link

Highlight as you type, update control commands #119

Closed ghost closed 4 years ago

ghost commented 4 years ago

This PR adds support, when colorize is enabled, for highlighting code as it is typed as well as highlighting result values. As well, the quit, exit, paste, reset and debug commands are changed to #quit, #exit, #paste, #reset, and #debug to allow users to call functions with those same names. The spec was modifed slightly to account for these changes, but the core remains the same and all tests pass.

ghost commented 4 years ago

then add those to the ignore as well as that icr binary and this should be good to go.

Ok, will do!