There is an odd default styling being applied to matches. Here's my settings file:
{
"regex" : [{
"pattern" : "\\S*\\s*TODO.*",
"color_scope" : "foo",
}],
"enabled" : true,
"on_load" : true,
"on_modify" : true,
}
Without any definition for the scope in my theme I get a really odd styling:

If I add a definition to the theme for the scope I get some really strange behavior. For instance if I specify a background color that is the same color as the current them bg, it is ignored. If it's different then it will be applied though.
Also whitespace character markers show up for matched content even though they are set to selection only (the sublime default).
I can't seem to get the foreground color to change at all and specifying italics does nothing.
I've tried multiple themes to check that it's not a problem with a particular one.
There are no errors or seemingly related messages in the console (but I can send a log anyhow if it might help).
Thanks,
Josh
There is an odd default styling being applied to matches. Here's my settings file:
{ "regex" : [{ "pattern" : "\\S*\\s*TODO.*", "color_scope" : "foo", }], "enabled" : true, "on_load" : true, "on_modify" : true, }Without any definition for the scope in my theme I get a really odd styling:
If I add a definition to the theme for the scope I get some really strange behavior. For instance if I specify a background color that is the same color as the current them bg, it is ignored. If it's different then it will be applied though.
Also whitespace character markers show up for matched content even though they are set to selection only (the sublime default).
I can't seem to get the foreground color to change at all and specifying italics does nothing.
I've tried multiple themes to check that it's not a problem with a particular one.
There are no errors or seemingly related messages in the console (but I can send a log anyhow if it might help).
Thanks,
Josh