lingo-0.5.0.2: README.md
[](https://github.com/tclem/lingo-haskell/actions) [](http://hackage.haskell.org/package/lingo)
# Lingo
Detect programming languages from file extensions and common filenames. Based on [linguist's](https://github.com/github/linguist) registry of languages.
## Development
```
cabal v2-update
cabal v2-configure
cabal v2-build
```
You can also use the [Bazel](https://haskell.build) build system:
```
bazel build //...
```