nvim: highlight fenced yaml and sh in markdown

This commit is contained in:
Grigory Shipunov 2021-01-06 20:14:57 +01:00
parent 0a2410bfdf
commit 8726d620e0
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -78,7 +78,7 @@ let g:linuxsty_patterns = ["/usr/src", "/linux", "~/git/linux", "~/fun/linux", "
" markdown
let g:markdown_syntax_conceal = 0
let g:markdown_fenced_languages = ['c', 'html', 'python', 'scheme']
let g:markdown_fenced_languages = ['c', 'html', 'python', 'scheme', 'yaml', 'sh']
" disable modelines
set nomodeline