[thelist] what do you use to create code from layout?

Patrick Berry pberry at piratehaven.org
Wed Apr 4 10:55:13 CDT 2001


>>> aardvark had the thought that... <<<

> anyone got a good text editor recommendation that does *decent* 
> color coding?

vim 5.7 

.vimrc:
set bg=dark
augroup htmlprog
  au!
  autocmd BufRead *.html set cindent
  syntax on
augroup END

Either that or BBEdit (which is mac only while vim is out there for
everything, even windows ;-)

Pat
-- 
"Hey Look!  Navy Seals!" -- Clerks




More information about the thelist mailing list