adrianlee44 / atom-aligner

Easily align multi-line with support for different operators and custom configurations
https://atom.io/packages/aligner
MIT License
78 stars 3 forks source link

Support for PHP associative array key => value #52

Closed dylanjameswagner closed 8 years ago

dylanjameswagner commented 8 years ago

Trying to align on => has no result.

desired outcome:

array(
    1     => 'a',
    '1'   => 'b',
    1.5   => 'c',
    'foo' => 'd',
);
adrianlee44 commented 8 years ago

Have you installed aligner-php package?

dylanjameswagner commented 8 years ago

Apologies, I misread the documentation and thought that PHP support was included in the primary package. I have installed aligner-php and all is good. Thank you.