Closed maxtaco closed 11 years ago
Great. I'd happily merge a pull request to include iced CoffeeScript files.
Nice, my only concern is that future support for other coffee-like extensions shouldn't require tweaking the file matching regex. @netzpirat what do you think? What about having an option or a .codopts (similar to yard's .yardopts) configuration file?
Agreed. I thought I'd just add a -x
parameter (and codoopt
option) to make the file walker match whatever you wanted to (in addition to .coffee
).
@maxtaco :+1:
Merged by #131
The one that I would like is
.iced
, which looks a lot like CoffeeScript. Nothing different has to happen in the parsing and generation stages. We'd only need small changes incodo.coffee
's file-finding regex (which is currently/\._?coffee/
) and appropriate command-line options. I have a small patch forthcoming.