summaryrefslogtreecommitdiffstats
path: root/vim/ftplugin/php_enhcomm.vim
blob: b6a9c04c01fb4e8225e2e2269a2d8bf92ad76f04 (plain) (blame)
1
2
3
4
5
6
"
" Normal HTML text has no synID-name. So we have to specify this problem
" case here. Note that you should not try to comment lines starting
" with '<?'.
"
call EnhCommentifyFallback4Embedded('&ft == "php" && synFiletype == ""', "html")