atom-linguist
v0.1.0
Published
Language classifier for Atom
Downloads
6
Readme
Atom Linguist
A language classifier for Atom based on GitHub's linguist.
This package is intended to replace the built-in Atom language classification by file extension or first line.
Usage
Linguist = require 'atom-linguist'
Linguist.detect('foo.coffee') # => 'CoffeeScript'
Copyright
Copyright © 2015 by Lee Dohm and Lifted Studios. See LICENSE for details.