Syntax highlighting seems to br triggered by file types, i.e. file extensions. So that fred.py is highligghted as Python syntax. Unfortunately this means that a file called just fred, which is executable and has #! /usr/bin/env python on the first line is not recognised, hence not highlighted.
Syntax highlighting seems to br triggered by file types, i.e. file extensions. So that
fred.pyis highligghted as Python syntax. Unfortunately this means that a file called justfred, which is executable and has#! /usr/bin/env pythonon the first line is not recognised, hence not highlighted.