Hi,
PN currently supports setting file types via either an extension (use a '.' prefix) or a full filename (no prefix). Since it already has a regex engine available to it, it would be very useful if matches to file types could use regex or even just wildcards:
e.g.
Match files "*_raw_http.log" and assign HTML
All other "*.log" are assigned Plain Text
Regards,
Brodie