I know my qustion is not that clear but I'll try to explain it here: In my java application I am using the RSyntaxTextArea library. When I try to write a string composed by some digits followed by letters (i.e. 2c, 7x, 12g) this string changes color, different from the usual numbers or ordinary strings. My question is: How can I make this type of 'numbers' to remain with black as foreground color?
Thanks for your tips!