Great ! Thank you
your codes working now but having problem when i added other tags to code
it only wok on first tag and other tags make whole line same color
add_color_region("<hello",">",Color(0.980469, 0.965388, 0.01532))
add_color_region("<helloone",">",Color(0.01532, 0.188745, 0.980469))
add_color_region("<hellotwo",">",Color(0.980469, 0.761802, 0.01532))
sorry my fault forgot to add line flags this code works perfectly
add_color_region("<hello",">",Color(0.980469, 0.965388, 0.01532),true)
add_color_region("<helloone",">",Color(0.980469, 0.286768, 0.01532),true)