Hi,
I am attempting to create me own sublime-syntax file to colorize output from my build system and I wanted to know if in the the sublime-syntax file there is a way of applying a color to certain text independent of theme the user is running.
I am doing this because the output of my build will have errors and i always want the errors to be red in stead of using scope names and hoping the theme applies an appropriate color to the text.
?