@@ -680,7 +680,7 @@ syn case match
680
680
681
681
" HereDoc
682
682
if version >= 704
683
- if php_version_id >= 70300
683
+ if b: php_version_id >= 70300
684
684
" @begin phpHereDoc
685
685
SynFold syn region phpHereDoc matchgroup= Delimiter start = " \( <<<\)\@ 3<=\z (\I\i *\) $" end = " ^\s *\z 1\> " contained contains= @S pell,phpIdentifier,phpIdentifierSimply,phpIdentifierComplex,phpSpecialChar,phpMethodsVar,phpStrEsc keepend extend
686
686
SynFold syn region phpHereDoc matchgroup= Delimiter start = + \( <<<\)\@3<="\z(\I\i*\)"$+ end="^\s*\z1\> " contained contains=@Spell,phpIdentifier,phpIdentifierSimply,phpIdentifierComplex,phpSpecialChar,phpMethodsVar,phpStrEsc keepend extend
@@ -714,7 +714,7 @@ if version >= 704
714
714
" @end phpHereDoc
715
715
endif
716
716
else
717
- if php_version_id >= 70300
717
+ if b: php_version_id >= 70300
718
718
" @copy phpHereDoc strip_maximum_size
719
719
SynFold syn region phpHereDoc matchgroup= Delimiter start = " \( <<<\)\@ <=\z (\I\i *\) $" end = " ^\s *\z 1\> " contained contains= @S pell,phpIdentifier,phpIdentifierSimply,phpIdentifierComplex,phpSpecialChar,phpMethodsVar,phpStrEsc keepend extend
720
720
SynFold syn region phpHereDoc matchgroup= Delimiter start = + \( <<<\)\@<="\z(\I\i*\)"$+ end="^\s*\z1\> " contained contains=@Spell,phpIdentifier,phpIdentifierSimply,phpIdentifierComplex,phpSpecialChar,phpMethodsVar,phpStrEsc keepend extend
@@ -751,7 +751,7 @@ endif
751
751
752
752
" NowDoc
753
753
if version >= 704
754
- if php_version_id >= 70300
754
+ if b: php_version_id >= 70300
755
755
" @begin phpNowDoc
756
756
SynFold syn region phpNowDoc matchgroup= Delimiter start = + \( <<<\)\@3<='\z(\I\i*\)'$+ end="^\s*\z1\> " contained keepend extend
757
757
" including HTML,JavaScript,SQL if enabled via options
@@ -783,7 +783,7 @@ if version >= 704
783
783
" @end phpNowDoc
784
784
endif
785
785
else
786
- if php_version_id >= 70300
786
+ if b: php_version_id >= 70300
787
787
" @copy phpHereDoc strip_maximum_size
788
788
SynFold syn region phpHereDoc matchgroup= Delimiter start = " \( <<<\)\@ <=\z (\I\i *\) $" end = " ^\s *\z 1\> " contained contains= @S pell,phpIdentifier,phpIdentifierSimply,phpIdentifierComplex,phpSpecialChar,phpMethodsVar,phpStrEsc keepend extend
789
789
SynFold syn region phpHereDoc matchgroup= Delimiter start = + \( <<<\)\@<="\z(\I\i*\)"$+ end="^\s*\z1\> " contained contains=@Spell,phpIdentifier,phpIdentifierSimply,phpIdentifierComplex,phpSpecialChar,phpMethodsVar,phpStrEsc keepend extend
0 commit comments