Merge remote-tracking branch 'jaywilliams/mysql'

> Use MySQL for Syntax Highlighting.
>
> Rather than use the limited SQL syntax, why not use the full MySQL syntax?
This commit is contained in:
Stan Angeloff 2013-02-25 08:58:24 +02:00
commit 48d2f7bb77
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ endif
syn cluster htmlPreproc add=phpRegion syn cluster htmlPreproc add=phpRegion
syn include @sqlTop syntax/sql.vim syn include @sqlTop syntax/mysql.vim
syn sync clear syn sync clear
unlet! b:current_syntax unlet! b:current_syntax

View file

@ -74,7 +74,7 @@ endif
syn cluster htmlPreproc add=phpRegion syn cluster htmlPreproc add=phpRegion
syn include @sqlTop syntax/sql.vim syn include @sqlTop syntax/mysql.vim
syn sync clear syn sync clear
unlet! b:current_syntax unlet! b:current_syntax