28.02.2015, 07:12
As you can see in the picture every thing after that #include is of that color but what i want is as i start new line the style coloring ends for that #include

I think you're asking how to make a multi-line comment, yes?
Have you tried: /* line1 line2 line3 */ ? |
click view>show symbol>show end of line
then copy the CR LF at the end of a line and use that as the close delimiter |