You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2025. It is now read-only.
When writing a function, the scope do not end until the end of the line, resulting in the issue that you can not have 2 function colored on the same line.
As seen here, the second function is style in the scope of the first and not colored because considered as an argument.
When writing a function, the scope do not end until the end of the line, resulting in the issue that you can not have 2 function colored on the same line.
As seen here, the second function is style in the scope of the first and not colored because considered as an argument.