Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>Repeated CharactersNew to Visual Studio Code? Get it now.
Repeated Characters

Repeated Characters

mauvpark

|
152 installs
| (0) | Free
Colorize repeated characters
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

repeated-characters README

This extension colorize characters each 3 characters.

Preview

Settings

ctrl + shift + p = > Open Settings(JSON)

{ 
    ...

    "editor.tokenColorCustomizations": {
        "textMateRules": [
            {
                "scope": "keyword.rc-quoted",
                "settings": {
                    "foreground": "#ffd900"
                }
            }
        ]
    }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft