Colorful ielm - font-locking comint
If you ever used ielm, or other comint-mode derivatives, you will notice that the text you input is not highlighted according to the major-mode. If I type (setq foo bar) into ielm, the setq won't be highlighted. Why is this? And how do we c…