<,> Matching
-
Hi,
Is there anyway to make <, and > matching each other? Like (, ) and [, ], when you select it, highlight the other.
I mean when I highlight “)” it shows “(”
http://i.hizliresim.com/kEyjjm.pngBut when I highlight “>” it doesn’t show “<”
http://i.hizliresim.com/NkR55P.pngIs there anyway to fix this?
-
this is normally done by the lexer (brace match and brace highlight) but
I assume that the native lexer doesn’t have < and > in its syntax, correct?
If it is a new feature of the language you may check scintilla development
to see if it has been included if not, you can ask for adding it.
Or don’t you use one of the included lexers?Cheers
Claudia