Add recipe for language-detection

Automatic programming language detection of code snippets, in Emacs Lisp.
This commit is contained in:
Vedang Manerikar 2021-12-05 22:40:56 +05:30
parent dc0b138556
commit 5e4c26495c

View File

@ -0,0 +1,4 @@
(:name language-detection
:description "Automatic programming language detection of code snippets, in Emacs Lisp."
:type github
:pkgname "andreasjansson/language-detection.el")