Closed xanderdunn closed 10 years ago
Should be fixed now. Parameters with variable types that are missing one of the brackets ("Form[" or "Form]" instead of "Form[]") or with extra brackets ("Form[]]" or "Form[[]" instead of "Form[]") should be highlighted as invalid as well so that the user knows that something is wrong.
Yep! Fixed! Thanks.
You can see in the below screenshot that the syntax highlighting is off for a function parameter that is an array.