PDA

View Full Version : .JS Files Unknown


GaryFx
11-01-2003, 06:35 AM
I've just started some serious use of 1st Page, although I had installed it some time ago. I was surprised to see that .js files weren't recognized out of the box.

Am I missing something obvious to set this up? It would seem trivial, since 1st Page certainly seems to recognize embedded JavaScript within html files, but that's not good enough. I really want decent JavaScript editing in .js files.

Many thanks,

Gary

GDS
11-02-2003, 04:16 AM
To make reserved words etc. recognized and highlighted in .js files, I do add this on top of every .js document:

//<script>


GDS