On Fri, 14 Feb 2003, Matthew Hyne <[EMAIL PROTECTED]> wrote... > > Folks, > > I am looking for a non-X unix editor that also does syntax hilighting. > > I know I could use emacs, however I would prefer something like pico - > but with code hilighting (and if it does PHP - even better. > > Does anyone know of such an app ? > > Matt nano[1], the simple and easy to use editor now has syntax hi-lighting. it's not the most high-tech terminal editor around but its simple and there's no need to sacrifice any sheep before using in (unlike emacs or vi which you need to be on asid before you understand how to use it). nano doesn't come with a native PHP highlighting patterns but you can find them around[2].
note: you need the development version of nano, not the stable release. [1] http://www.nano-editor.org [2] http://boxofimagination.com/?e=penguin --alex -- [----------------------------------------------------------------------] Alex Sayle [EMAIL PROTECTED] -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
