lingo: File extension based programming language detection

[ bsd3, data, library, program ] [ Propose Tags ]

Lingo uses github/linguist's language registry to enable fast detection of a file path's programming langauge based on extension or filename.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.3.0.0, 0.3.1.0, 0.3.2.0, 0.4.0.0, 0.5.0.0, 0.5.0.1, 0.5.0.2, 0.5.0.3 (info)
Dependencies base (>=4.12.0.0 && <4.13), bytestring, containers, filepath, raw-strings-qq, text, yaml [details]
License BSD-3-Clause
Author Timothy Clem
Maintainer timothy.clem@gmail.com
Category Data
Home page https://github.com/tclem/lingo-haskell
Source repo head: git clone https://github.com/tclem/lingo-haskell
Uploaded by tclem at 2019-09-16T22:04:05Z
Distributions
Reverse Dependencies 1 direct, 14 indirect [details]
Downloads 3541 total (35 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-09-16 [all 1 reports]

Readme for lingo-0.2.0.0

[back to package description]

Lingo

Detect programming languages from file extensions and common filenames. Based on linguist's registry of languages.

Development

cabal new-update
cabal new-configure
cabal new-build