I don't think it is reasonable to treat ')' and 'NB.' as containing
control words. It makes the code very hard to read.
Showing the mismatched parenthesis is important enough that it might be
better to have it even with this deficiency, but it IS a deficiency and
should be treated as a bug to be fixed someday.
Henry Rich
On 12/26/2016 11:48 AM, bill lam wrote:
I double checked with j602, it has no problem in high lighting
the unmatched )( in
a '+' ((mno - rst) % b NB. )unmatched paren
^
a '+' ((mno - rst) % b ')' NB. )unmatched paren
^
and
'(' (=:))
^
But this is matched and is correct
a '+' ((mno - rst) % b ')') NB. )unmatched paren
I think it is reasonable to omit this pattern for
syntax high-lighting.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm