Nixinova / LinguistJS

Analyse and list all languages used in a folder. Implementation of and powered by GitHub's Linguist.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an `unsure` boolean key per file result

Nixinova opened this issue · comments

It would be useful to be able to tell if LinguistJS is sure of a classification result or if it fell back to the default language.
This could be done with an unsure: true|false key per-file.

In progress work : 31a44cd