From 5bbffb00f53f70d879573912a27b0b7e1d1497e4 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 6 Dec 2013 09:40:10 -0500 Subject: [PATCH] Add .lmi to Python extensions The OpenLMI project provides a scripting environment based on Python (wrapping the Python interpreter with the 'lmishell' command). Python scripts intended to be executed via lmishell are conventionally given the suffix .lmi to identify them. Since the syntax is identical to that of Python, it would be best to identify it that way. --- lib/linguist/languages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index ea20d55b..27d997e1 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1230,6 +1230,7 @@ Python: primary_extension: .py extensions: - .gyp + - .lmi - .pyt - .pyw - .wsgi