Closed omniomi closed 6 years ago
Does this affect arrays and hash tables at all?:
@{}
@()
@tylerl0706, No sir. Although hashtables need some work of their own for other reasons.
Same deal before - I'll wait for anyone else to take a look and if no, I'll just merge this in.
Thanks for all your awesome work!
...linking
This takes care of issue #52.
fun fact, if you say in the original comment
fixes #52 or resolves #52
GitHub will close that issue on merging.
Quick fix to correct the highlighting of splat variables. (reported by /u/da_chicken on reddit.)
Before:
After:
Need to eventually rework how variables are scoped but this covers splatting for now.