Open jwaageSnippets opened 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?
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
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?