tamzinblake / js3-mode

A chimeric fork of js2-mode and js-mode
GNU General Public License v3.0
181 stars 13 forks source link

operators indent slowly #15

Closed tamzinblake closed 13 years ago

tamzinblake commented 13 years ago

Some operators take a while to indent. For example:

{ foo : bar + baz
            + boop
}

The line + boop can take a significant period of time to perform its indentation operation.

tamzinblake commented 13 years ago

closed in 765149d