mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 13:33:49 -05:00
Add mdx support, closes #342
This commit is contained in:
@@ -71,6 +71,9 @@ augroup filetypedetect
|
||||
|
||||
"jinja
|
||||
autocmd BufNewFile,BufRead *.jinja2,*.j2,*.jinja,*.nunjucks,*.nunjs,*.njk set ft=jinja
|
||||
|
||||
"mdx
|
||||
autocmd BufNewFile,BufRead *.mdx set filetype=markdown.mdx
|
||||
augroup END
|
||||
|
||||
" Fix for https://github.com/sheerun/vim-polyglot/issues/236#issuecomment-387984954
|
||||
|
||||
Reference in New Issue
Block a user