Search found 2 matches

by akari
09 Jul 2019 02:13
Forum: Syntax files
Topic: SQL folding question
Replies: 3
Views: 55150

Re: SQL folding question

sorry that time I was busy and forget this case,
After I test still the same.
result
result
result.png (4.01 KiB) Viewed 54614 times
It is correct I put under the last line in the syx file?
sql syx file
sql syx file
syx file.png (37.53 KiB) Viewed 54614 times
by akari
02 May 2019 09:04
Forum: Syntax files
Topic: SQL folding question
Replies: 3
Views: 55150

SQL folding question

Hi,
I'm trying to add some logic to SQL syntax for oracle SQL.
I wish to fold the if else statement.

if
xx;
elsif
xx;
elsif
xx;
else
xx;
end if;

I try to write the fold syntax like:
1_Id=if
1_Begin=if
1_End=end if;
1_EndBefore=elsif
2_Id=elsif
2_Begin=elsif
2_End=elsif
2_EndBefore=elsif ...