add yaml to list of markdown fenced languages
This commit is contained in:
parent
7bc0ad8dd5
commit
78eb0eea7a
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ vim.cmd 'nnoremap Q gw'
|
||||||
--- Things that can't be translated to lua ---
|
--- Things that can't be translated to lua ---
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
|
|
||||||
vim.cmd 'let g:markdown_fenced_languages = [ "bash=sh", "javascript", "cpp=cpp", "c++=cpp", "js=javascript", "json=javascript", "typescript", "ts=typescript", "php", "html", "css" ]'
|
vim.cmd 'let g:markdown_fenced_languages = [ "bash=sh", "javascript", "cpp=cpp", "c++=cpp", "js=javascript", "json=javascript", "typescript", "ts=typescript", "php", "html", "css", "yml=yaml", "yaml" ]'
|
||||||
|
|
||||||
--- autocmd's ---
|
--- autocmd's ---
|
||||||
-- Automatically jump to the last position in a file when opening
|
-- Automatically jump to the last position in a file when opening
|
||||||
|
|
Loading…
Add table
Reference in a new issue