Branch: refs/heads/master Author: Codeberg-AsGithubAlternative-buhtz c.buhtz@posteo.jp Committer: GitHub noreply@github.com Date: Wed, 23 Feb 2022 08:28:37 UTC Commit: e58cbca6752cdfacc8885d8c92aa1e5d387f3c02 https://github.com/geany/geany/commit/e58cbca6752cdfacc8885d8c92aa1e5d387f3c...
Log Message: ----------- Add "el" as "Lisp" filetyp extension
The suffix "el" is very common in the context of Lisp and Emacs (a Lisp interpreter).
Modified Paths: -------------- data/filetype_extensions.conf
Modified: data/filetype_extensions.conf 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -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;
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).