Re: Regressions in the syntax

2002-09-27 Thread Andrew V. Samoilov
Pavel Roskin wrote: Hello, Andrew! I think it's the result of your activity. Correct me if I'm wrong. Sorry, it seems you are right, at least particularly. Comments in the #endif lines in C files are now red, not brown: #endif /* comment */ Sorry, I was too glad to see indented #

Re: Regressions in the syntax

2002-09-27 Thread Pavel Roskin
context linestart === \n brown/12 I tested it with sh.syntax and c.syntax where whole linestart is ok. whole linestart was OK, context linestart wasn't. Please test your changes. I don't even have time to apply patches, so I really don't have time to spend on regressions. OK. I am

Re: Regressions in the syntax

2002-09-26 Thread Pavel Roskin
I think it's the result of your activity. Correct me if I'm wrong. Fixed both. Don't ever begin any patterns with \[ - it matches everything and makes the syntax engine crazy. Since indented cpp directives are less portable, I have changed the color for them to brightmagenta. Such