Notepad3 icon indicating copy to clipboard operation
Notepad3 copied to clipboard

Does notepad3 provide colored bracket?

Open swang206 opened this issue 3 years ago • 1 comments

(([])) for example, I want those brackets pairs to have different colors. If I remembered correctly, vscode provides that

swang206 avatar Sep 07 '21 19:09 swang206

VSCode relies on a different syntax highlighting technology, Notepad3 uses the Scintilla Engine. I have not seen, that the individual Lexer components offer a property to define the color of bracket types. The coordinating engine offers the possibility of indicator styling (incl. coloring) of matching (and not matching) brackets only.

image

So, currently, a styling based on bracket type is not available.

RaiKoHoff avatar Sep 08 '21 07:09 RaiKoHoff