nschum / highlight-symbol.el

Emacs: automatic and manual symbol highlighting
http://nschum.de/src/emacs/highlight-symbol/
274 stars 41 forks source link

Can't color specific text in shell (M-x shell) #54

Open alexei-28 opened 5 years ago

alexei-28 commented 5 years ago

Windows 10 (64 bit), Emacs 26.1

gradlew assemble here result:

Q0oLu

Nice. as you can see text BUILD SUCCESSFUL is on green color.

Nice.

Now same on Emacs's shell (M-x shell)

zLYGi

Is it possible also to green color text BUILD SUCCESSFUL in Emacs's shell forever? Even after reset Emacs I want only text BUILD SUCCESSFUL in shell to be green color.

Thanks