Add SQL to markdown fenced languages

This commit is contained in:
coolneng 2019-06-10 04:36:12 +02:00
parent e7082128dd
commit b56cdb7b45
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ au FileType mail
\ endif
"" Markdown
au FileType markdown Goyo
let g:markdown_fenced_languages = ['cpp', 'python', 'java']
let g:markdown_fenced_languages = ['cpp', 'python', 'java', 'sql']
let g:vim_markdown_math=1
"" Pandoc
autocmd FileType markdown nnoremap <silent> <F3> :<c-u>!pandoc %:p:S -o %:p:r:S.pdf --from markdown --template eisvogel --listings --toc -V lang=es &<cr>