atom / language-coffee-script

CoffeeScript support in Atom
Other
59 stars 56 forks source link

Stop arguments on all three brackets #164

Closed winstliu closed 7 years ago

winstliu commented 7 years ago

Requirements

Description of the Change

Continuation of #156 and 43d6b9deb7294b9e7c03c6d39028ffb643ad0df7, this time for square brackets.

Alternate Designs

None.

Benefits

Correct termination of arguments when function/method calls are in an array.

Possible Drawbacks

None.

Applicable Issues

Fixes #163

nathancarter commented 7 years ago

Thanks again -- you're fast!