|
From: Slava P. <sp...@gj...> - 2000-05-17 07:10:00
|
"Kevin A. Burton" wrote: > > Really? > > I mean jEdit knows that " ( " is a String. This was picked up by the > syntax highlighting. Can't jEdit just use this information to figure > out if it should do matching? > > This would work well in almost all modes. Yeah, I suppose the bracket matcher should look up the token type where the caret is positioned, and only look for brackets in other tokens with the same type. I should probably work on this sometime in the 3.x series. Slava |