Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Mark HighlighterNew to Visual Studio Code? Get it now.
Mark Highlighter

Mark Highlighter

DaCodeKid

|
294 installs
| (0) | Free
Highlight == (<mark> tag) in markdown files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode Mark Highlighter

An extension for VSCode that highlights the ==marked== text in your code editor.

Screenshot

Screenshot

Extension Settings

Keybinding

Default keybinding is ctrl+alt+cmd+=. You can change it by adding this to your keybindings.json file:

{
  "command": "mark.highlighter.wrapUnwrap",
  "key": "YOUR OWN KEYBINDING",
  "when": "editorTextFocus && !editorReadonly && editorLangId =~ /^markdown$|^rmd$|^quarto$/"
}

Theme Color

Add this to your settings.json file:

"editor.tokenColorCustomizations": {
    "textMateRules": [
      {
        "scope": "markup.raw.marked.vscode.mark.highlighter",
        "settings": {
          "foreground": "#ff5500",
          "fontStyle": "italic"
        }
      }
    ]
  }
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft