Notepad3
Notepad3 copied to clipboard
Does notepad3 provide colored bracket?
(([])) for example, I want those brackets pairs to have different colors. If I remembered correctly, vscode provides that
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.
So, currently, a styling based on bracket type is not available.