Skip to content

Highlight color/style not working correctly with ST3 build 3047 #8

@jguice

Description

@jguice

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:

screen shot 2013-10-04 at 10 54 31 pm

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions