mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	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.
This commit is contained in:
		| @@ -1230,6 +1230,7 @@ Python: | ||||
|   primary_extension: .py | ||||
|   extensions: | ||||
|   - .gyp | ||||
|   - .lmi | ||||
|   - .pyt | ||||
|   - .pyw | ||||
|   - .wsgi | ||||
|   | ||||
		Reference in New Issue
	
	Block a user