sorry that time I was busy and forget this case,
After I test still the same.
It is correct I put under the last line in the syx file?
Search found 2 matches
- 09 Jul 2019 02:13
- Forum: Syntax files
- Topic: SQL folding question
- Replies: 3
- Views: 55150
- 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 ...
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 ...
