This is a repository of files to use to measure the accuracy of Atom Linguist's file type classification. The goal, of course, is that Atom Linguist should always be able to classify the contents of this repository with 100% accuracy as measured by the system in this blog post.
The repository contains directories with names that match a single language entry from the Atom Linguist languages file. Inside each directory is one or more example files that should be detected as the language specified in the directory name. For example:
-
CoffeeScript/file-blob.coffee
should be detected asCoffeeScript
-
YAML/languages.yml
should be detected asYAML
The directory name must match identically and case-sensitively to the name of the language in the official language list.
See the CONTRIBUTING document.