diff --git a/syntax/php.template b/syntax/php.template index e8db512..4ddd4a7 100644 --- a/syntax/php.template +++ b/syntax/php.template @@ -74,7 +74,7 @@ endif syn cluster htmlPreproc add=phpRegion -syn include @sqlTop syntax/sql.vim +syn include @sqlTop syntax/mysql.vim syn sync clear unlet! b:current_syntax diff --git a/syntax/php.vim b/syntax/php.vim index 6134041..e2da704 100644 --- a/syntax/php.vim +++ b/syntax/php.vim @@ -74,7 +74,7 @@ endif syn cluster htmlPreproc add=phpRegion -syn include @sqlTop syntax/sql.vim +syn include @sqlTop syntax/mysql.vim syn sync clear unlet! b:current_syntax