nvim: highlight fenced yaml and sh in markdown
This commit is contained in:
parent
0a2410bfdf
commit
8726d620e0
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ let g:linuxsty_patterns = ["/usr/src", "/linux", "~/git/linux", "~/fun/linux", "
|
||||||
|
|
||||||
" markdown
|
" markdown
|
||||||
let g:markdown_syntax_conceal = 0
|
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
|
" disable modelines
|
||||||
set nomodeline
|
set nomodeline
|
||||||
|
|
Loading…
Add table
Reference in a new issue