Skip to content

zhaouv/vscode-python-highlight-cell-splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vscode-python-highlight-cell-splitter

highlight the splitters of cells, bold them and change their color

You can customize the color by adding the following code into your setting.json

    "editor.tokenColorCustomizations": {
        "[Default Dark+]": {
            "textMateRules": [
                {
                    "scope": "markup.heading.python.cell.splitter",
                    "settings": {
                        "fontStyle": "bold",
                        "foreground": "#40b903"
                    }
                }
            ]
        }
    },

About

highlight the splitters of python cells for vscode, bold them and change their color

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published