Skip to content

Highlight for a single-character tag also colours next line #170

Description

@lonix1

I want to drop the "Better Comments" extension, and use this one instead.

That extension has support for colouring/styling various comments like:

//! this would be in red
//? this would be in blue
//* this would be in green

I added this config:

"!": { "foreground": "#FF0000", "background": "#00000000", "hideFromTree": true, "type": "text-and-comment" },

That works, but also colours the next line too, e.g.:

//! this is red
// this is red too

Can this be done?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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