File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ if !exists("c_no_if0")
367
367
if ! exists (" c_no_if0_fold" )
368
368
syn region cCppOutIf2 contained matchgroup =cCppOutWrapper start =" 0\+ " end =" ^\s *\( %:\| #\)\s *\( else\>\| elif\s\+\( 0\+\s *\( $\| //\| /\*\| &\)\)\@ !\| endif\>\) " me =s - 1 contains =cSpaceError,cCppOutSkip,@Spell fold
369
369
else
370
- syn region cCppOutIf2 contained matchgroup =cCppOutWrapper start =" 0\+ " end =" ^\s *\( %:\| #\)\s *\( else\>\| elif\s\+\( 0\+\s *\( $\| //\| /\*\| &\)\)\@ !\| endif\>\) " me =s - 1 contains =cSpaceError,cCppOutSkip,@Spell
370
+ syn region cCppOutIf2 contained matchgroup =cCppOutWrapper start =" 0\+ " end =" ^\s *\z s \ ( %:\| #\)\s *\( else\>\| elif\s\+\( 0\+\s *\( $\| //\| /\*\| &\)\)\@ !\| endif\>\) " me =s - 1 contains =cSpaceError,cCppOutSkip,@Spell
371
371
endif
372
372
syn region cCppOutElse contained matchgroup =cCppOutWrapper start =" ^\s *\( %:\| #\)\s *\( else\| elif\) " end =" ^\s *\( %:\| #\)\s *endif\> " me =s - 1 contains =TOP,cPreCondit
373
373
syn region cCppInWrapper start =" ^\s *\( %:\| #\)\s *if\s\+ 0*[1-9]\d *\s *\( $\| //\| /\*\| |\) " end =" .\@ =\| $" contains =cCppInIf,cCppInElse fold
You can’t perform that action at this time.
0 commit comments