atom-alignment icon indicating copy to clipboard operation
atom-alignment copied to clipboard

Align on : but not on ::

Open kankaristo opened this issue 9 years ago • 0 comments

I'd like to be able to align on : in something like CSON, but not on :: in the case of C++ namespaces.

I've currently disabled aligning on : since I work more in C++ than CoffeeScript or similar, but having it would be nice (although https://github.com/Freyskeyd/atom-alignment/issues/48 is also a bit of a blocker).

Could there be an override list?

Or maybe regex support for "Align By"? Then you could do something like [^:](:)[^:] to match : but never ::.

kankaristo avatar Jan 20 '16 14:01 kankaristo