willowtreeapps / wist

A linter for BrightScript
Apache License 2.0
43 stars 11 forks source link

Parse error on inline array definitions #109

Closed nishtahir closed 6 years ago

nishtahir commented 6 years ago

Sample to reproduce.

Function com_rostreamer_screen_CreateBaseScreen()
    imageCanvas.SetLayer(0, { color : "#000000" }) ' fails here
    return imageCanvas
End Function