Support MySQL specials.

This commit is contained in:
Steve Losh
2012-06-01 09:44:46 -04:00
parent 7d4d4e1843
commit 9c3ac48892

View File

@@ -510,6 +510,11 @@ call s:HL('markdownCodeDelimiter', 'dirtyblonde', '', 'bold')
call s:HL('markdownCode', 'dirtyblonde', '', 'none')
call s:HL('markdownCodeBlock', 'dirtyblonde', '', 'none')
" }}}
" MySQL {{{
call s:HL('mysqlSpecial', 'dress', '', 'bold')
" }}}
" Python {{{