atom-linguist

0.1.0 • Public • Published

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.

Package Sidebar

Install

npm i atom-linguist

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • lee-dohm