mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-02-11 02:39:34 +00:00
Only strip minor version off of interpreters
This used to turn `python2.4` into `python`, which causes trouble with `perl6`, which is a different language definition.
This commit is contained in:
@@ -2013,6 +2013,7 @@ Python:
|
||||
- wscript
|
||||
interpreters:
|
||||
- python
|
||||
- python2
|
||||
|
||||
Python traceback:
|
||||
type: data
|
||||
|
||||
Reference in New Issue
Block a user