Re: [gentoo-user] vim syntax hi-lighting - Added .X68 file extension

2007-08-14 Thread Renat Golubchyk
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)


signature.asc
Description: PGP signature


Re: [gentoo-user] vim syntax hi-lighting - Added .X68 file extension

2007-08-14 Thread Richard Broersma Jr

--- 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



[gentoo-user] vim syntax hi-lighting - Added .X68 file extension

2007-08-13 Thread Richard Broersma Jr
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.

TIA,

Richard Broersma Jr.
-- 
[EMAIL PROTECTED] mailing list