From e58cbca6752cdfacc8885d8c92aa1e5d387f3c02 Mon Sep 17 00:00:00 2001 From: Codeberg-AsGithubAlternative-buhtz Date: Wed, 23 Feb 2022 09:28:37 +0100 Subject: [PATCH] Add "el" as "Lisp" filetyp extension The suffix "el" is very common in the context of Lisp and Emacs (a Lisp interpreter). --- data/filetype_extensions.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/filetype_extensions.conf b/data/filetype_extensions.conf index d7fc7e2ac..b0c64e31f 100644 --- a/data/filetype_extensions.conf +++ b/data/filetype_extensions.conf @@ -47,7 +47,7 @@ JSON=*.json; Julia=*.jl; Kotlin=*.kt;*.kts; LaTeX=*.tex;*.sty;*.idx;*.ltx;*.latex;*.aux; -Lisp=*.lisp; +Lisp=*.lisp;*.el Lua=*.lua; Make=*.mak;*.mk;GNUmakefile;makefile;Makefile;makefile.*;Makefile.*; Markdown=*.mdml;*.markdown;*.md;*.mkd;*.mkdn;*.mdwn;*.mdown;*.mdtxt;*.mdtext; -- 2.11.4.GIT