Re: Content of syntax regions

2022-08-23 Thread M
вт, 23 авг. 2022 г. в 20:02, Charles Campbell : > BPJ wrote: > > For my DSL I have a syntax region for text between a pair of > > delimiters inside which other syntax items should come in a specific > > order, say first dslFoo, then dslBar, then dslBaz. > > I can use nextgroup=dslBar to declare

Re: Content of syntax regions

2022-08-23 Thread Charles Campbell
BPJ wrote: For my DSL I have a syntax region for text between a pair of delimiters inside which other syntax items should come in a specific order, say first dslFoo, then dslBar, then dslBaz. I can use nextgroup=dslBar to declare which item should come after dslFoo and so on, but how do I

Content of syntax regions

2022-08-23 Thread BPJ
For my DSL I have a syntax region for text between a pair of delimiters inside which other syntax items should come in a specific order, say first dslFoo, then dslBar, then dslBaz. I can use nextgroup=dslBar to declare which item should come after dslFoo and so on, but how do I declare that the