Skip to content

Highlight support #19

@eugeneross

Description

@eugeneross

Hey there!

So, I really think I can get some good use out of your library. However, highlighting is unfortunately not supported for your methods (at least in VScode).

Any idea on how to support proper syntax highlighting? I really enjoy having the ability to do:

${is('outline')`
    background: transparent;
    color: ${colors.primary};
    box-shadow: inset 0px 0px 0px 1px;
  `}

instead of:

${props => props.outline && css`
    background: transparent;
    color: ${colors.primary};
    box-shadow: inset 0px 0px 0px 1px;
  `}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions