I write Perl and Shell scripts that run on UNIX/Linux. It would be great if when I opened a file, I could determine the language from the shebang line (for example: #/usr/bin/perl) and select the appropriate highlighting type. I can't find any documentation on file open event handling. Am I missing something?
Paul
Paul