draft-classic icon indicating copy to clipboard operation
draft-classic copied to clipboard

switch out `go generate` in pkg/linguist with go-bindata

Open bacongobbler opened this issue 7 years ago • 2 comments

In order to provide the tools necessary to enable developers to provide better language detection for Draft, we need to perform the following:

  1. pull github/linguist yml files directly into pkg/linguist such that we have control over language names/classifiers
  2. replace the bake tool with https://github.com/jteeuwen/go-bindata as we use in other projects

bacongobbler avatar Mar 21 '18 23:03 bacongobbler

@bacongobbler what are the extra control features, or rather, where are they documented?

squillace avatar Mar 22 '18 03:03 squillace

#591 and #713 are good examples of features we could unlock by undergoing this refactor. Not a 1.0 thing but certainly a nice to have.

bacongobbler avatar May 03 '18 05:05 bacongobbler