Я пытался найти, но не смог.
Я думаю, раскраска линий, которые начинаются с '+' красным
... и раскраска линий, начинающихся с '-' синим
... было бы достаточно.
hello.c::
+#else <<<<< want this line in red
ISR_RESULT ISRs(U32 Interrupt, U32 Vector)
+#endif <<<<< want this line in red
{
-// printf ("Get IRQs \r\n"); <<<<< want this line in blue
- switch (Interrupt) <<<<< want this line in blue
- { <<<<< want this line in blue
- case ISR_MBOX0: <<<<< want this line in blue