atom / language-go

Go language package for Atom
Other
106 stars 65 forks source link

Support deeply nested variable names #137

Closed winstliu closed 7 years ago

winstliu commented 7 years ago

Changes the optional match for accessors to a multiple match, and changes the non-capturing group to an atomic group to avoid potential catastrophic backtracking.

Fixes #135

winstliu commented 7 years ago

Merging, when I have more time I'll try to work out the comprehensive solution.