Yes you can map a custom extension to an existing highlighter by editing the file:
config\flp_style.xml
For example to specify that .inc should be treated as an xml file you'd add a line:
<CodeHighlighting>
<ExtensionMap>
<map ext="inc" lang="xml"/>
...