0.1.0 • Published 9 years ago

atom-linguist v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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.