Related to this, whilst the wildcard / default syntax highlighting ability is sort of useful, I edit a number of files with no file extensions but with different languages (such as Perl Makefiles, HTML templates, Bash scripts &c).
It would be useful for UE to optionally guess the syntax from the first line of the file if the file extension is unrecognised. For example, all of these are examples of the start of some common first lines that should be pretty easy to guess the language type from:
- Code: Select all
#!/bin/bash
#!/usr/bin/perl
<!DOCTYPE html
<!DOCTYPE xhtml
<html
This is more a wish-list request rather than a question, but I think it would add value to UE and is a realistic improvement, no?