mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 06:30:28 +09:00
The python3 syntax had "filename" instead of "filetype" as the header. This commit also makes standard py extensions use the python3 highlighting and requires .py2 or a python2 env to use python2 highlighting because python3 is the standard python now. Fixes #1592