Closed solson closed 14 years ago
This triggers after something like: || func()
This happens because the inline lambda arg stuff |arg|
seems to be a little too greedy.
Ensure arguments exist in inline lambda list before triggering highlight.
Closed by 8a9b5649ab43e7179bf7a353879dd7b39524bb72
In these functions,
isDigit
andisUpper
(the right sides of||
) are highlighted as variable definitions. They shouldn't have any special highlighting, just the default colour like the left side of||
.