Re: syntax region match with braces

2006-11-01 Thread Ilya Sher
Peter Hodge wrote: > Hello, > > I have the same problem with large PHP files, Vim gets confused in the midst > of > all the curly braces ... :-S Unfortunately I'm not yet familiar with the 'syn > sync' commands, partly because they're so hard to test. > Haven't followed the thread but :sy

Re: syntax region match with braces

2006-11-01 Thread Peter Hodge
Hello, I have the same problem with large PHP files, Vim gets confused in the midst of all the curly braces ... :-S Unfortunately I'm not yet familiar with the 'syn sync' commands, partly because they're so hard to test. You can use a command like ':syn on' to refresh the syntax, and that should

Re: syntax region match with braces

2006-11-01 Thread Виктор Кожухаров
В ср, 2006-11-01 в 23:26 +1100, Peter Hodge написа: > --- Виктор Кожухаров <[EMAIL PROTECTED]> wrote: > > > Ð’ ÑÑ€, 2006-11-01 в 10:53 +1100, Peter Hodge напиÑа: > > > --- ÃøúÑþѬ ÃaþöђÑ&ðѬþò > > <[EMAIL PROTECTED]> wrote: > > > > > > > Hello, > > >

Re: syntax region match with braces

2006-11-01 Thread Peter Hodge
--- Виктор Кожухаров <[EMAIL PROTECTED]> wrote: > В ср, 2006-11-01 в 10:53 +1100, Peter Hodge написа: > > --- ÐикÑоѬ ÐaожђÑ&аѬов > <[EMAIL PROTECTED]> wrote: > > > > > Hello, > > > > > > I'm working on a syntax file for .edc files.

Re: syntax region match with braces

2006-10-31 Thread Виктор Кожухаров
В ср, 2006-11-01 в 10:53 +1100, Peter Hodge написа: > --- ÐикÑоѬ ÐaожђÑ&аѬов <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > I'm working on a syntax file for .edc files. The problem before me is > > that I want to use a different syntax file for a "script" part. I've > > created the

Re: syntax region match with braces

2006-10-31 Thread Виктор Кожухаров
В ср, 2006-11-01 в 10:53 +1100, Peter Hodge написа: > --- ÐикÑоѬ ÐaожђÑ&аѬов <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > I'm working on a syntax file for .edc files. The problem before me is > > that I want to use a different syntax file for a "script" part. I've > > created the

Re: syntax region match with braces

2006-10-31 Thread Peter Hodge
--- ÐикÑоѬ ÐaожђÑ&аѬов <[EMAIL PROTECTED]> wrote: > Hello, > > I'm working on a syntax file for .edc files. The problem before me is > that I want to use a different syntax file for a "script" part. I've > created the syntax file for the script syntax, and I've read how yto use > "s

Re: syntax region match with braces

2006-10-31 Thread Yakov Lerner
On 10/31/06, Виктор Кожухаров <[EMAIL PROTECTED]> wrote: Hello, I'm working on a syntax file for .edc files. The problem before me is that I want to use a different syntax file for a "script" part. I've created the syntax file for the script syntax, and I've read how yto use "syn include". The

syntax region match with braces

2006-10-31 Thread Виктор Кожухаров
Hello, I'm working on a syntax file for .edc files. The problem before me is that I want to use a different syntax file for a "script" part. I've created the syntax file for the script syntax, and I've read how yto use "syn include". The real problem is, that in the .edc files, scripts are locate