wbond / sublime_alignment

Easy alignment of multiple selections and multi-line selections
http://wbond.net/sublime_packages/alignment
522 stars 110 forks source link

R #34

Open jwaageSnippets opened 11 years ago

jwaageSnippets commented 11 years ago

Can't make this work with R, where assigment is "<-", "->" or "=" with:

{ "align_indent": true, "mid_line_tabs": false, "alignment_chars": ["<-", "->", "="], "alignment_space_chars": ["=", "<-", "->"], "alignment_prefix_chars": [] }

Ideas?

ghost commented 11 years ago

I don't know R from beans, but my plugin should be able to handle that. If it doesn't, shoot me some sample code that breaks it. I try to do everything this one can't.

https://github.com/khiltd/Abacus