Re: New syntax highlight files, please add it to the distro

2005-03-16 Thread Oswald Buddenhagen
On Wed, Mar 16, 2005 at 07:45:45AM +0200, Mike V. Gorchak wrote:
 because assembler keywords different in the each product (WASM, MASM,
 TASM, GAS, NASM, etc) and I have tryied to add as much as possible
 keywords,

i'm strictly against putting all the asm syntaxes in one file. it is
annoying enough for c vs. c++; for asm (with completely different
syntax of gas compared to the rest) it would be a nightmare.

-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--
Chaos, panic, and disorder - my work here is done.
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: New syntax highlight files, please add it to the distro

2005-03-16 Thread Oswald Buddenhagen
On Thu, Mar 17, 2005 at 07:29:27AM +0200, Mike V. Gorchak wrote:
 It's works fine for me with GAS, NASM and TASM.

oh, sure it works. with my variable ah in gas being highlighted, etc.
just as useful as new and class, etc. all over my c sources.

 And how you planning to split NASM sources with GAS for example, both
 can contain .s and .asm extension.
 
that's indeed a problem - the same as with c vs. c++ header files. see
my last post on this topic some days ago.

-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--
Chaos, panic, and disorder - my work here is done.
___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel


Re: New syntax highlight files, please add it to the distro

2005-03-16 Thread Mike V. Gorchak
Hello, Oswald!

 OB oh, sure it works. with my variable ah in gas being highlighted, etc.
 OB just as useful as new and class, etc. all over my c sources.

That's bad style :) Write hundred times Do not name variables as registers
names.

The same as in linux 2.4.x kernels was numerous variables 'new', 'list', etc
which has been highlighted, but ... these headers failed to be compiled when
was included in the c++ application, because of reserved names. So it's
another side of bad style.

With best regards, Mike V. Gorchak.  E-mail: [EMAIL PROTECTED]

___
Mc-devel mailing list
http://mail.gnome.org/mailman/listinfo/mc-devel