Abbie Kressner
Abbie Kressner
I have the exact same problem. Have you come up with a solution, @jarekwg?
I think I actually found a working solution. I installed Atom's [file-types](https://atom.io/packages/file-types) package. Then I put the following lines in my `config.cson`. ``` "file-types": m: "source.matlab" ``` After restarting Atom,...
It looks like someone has something working [here](https://github.com/sergiocorreia/panflute-filters/blob/master/filters/acronyms.py) using `panflute`, so I'm guessing that it would be pretty straightforward to port it over to a scholdoc filter.