How do I get Aptana to recognize .jspf files?

I'd like to have syntax highlighting for .jspf files. I'm sure there's a preference/config option or an xml file to edit, but I'm not finding it.

I assume it's similar to the eclipse process, so I'm tagging eclipse, too. If it's not, I'll remove the tag.

link|improve this question

80% accept rate
feedback

1 Answer

up vote 5 down vote accepted

I hope this is what you mean but you can set your file assosiations in Eclipse usually like this (and yes, Apatana is Eclipse based so it should work the same way):

Window -> Preferences

Then

General -> Editors -> File Associations

Select *.jspf and move or add the Aptana Editor you want to use by default.

link|improve this answer
+1 quick & easy. thx. – Keith Bentrup Aug 6 '09 at 13:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.