--- Renat Golubchyk <[EMAIL PROTECTED]> wrote: > Hi! > > On Mon, 13 Aug 2007 22:48:28 -0700 (PDT) Richard Broersma Jr > <[EMAIL PROTECTED]> wrote: > > Can anyone explain or point out a link that describes the process of > > adding a file type extension for syntax high-lighting? > > > > I would like to configure vim to automatically recognize the .X68 > > file type as an assembly language program. > > Add "autocmd BufNewFile,BufRead *.[Xx]86 set syntax=asm" to your .vimrc > or system vimrc file. > > > Cheers, > Renat > > -- > Probleme kann man niemals mit derselben Denkweise loesen, > durch die sie entstanden sind. > (Einstein) >
Thanks! Regards, Richard Broersma Jr. -- [EMAIL PROTECTED] mailing list

