gabrielelana / vim-markdown

Markdown for Vim: a complete environment to create Markdown files with a syntax highlight that doesn't suck!
MIT License
740 stars 59 forks source link

code block language setting cannot correctly detected #77

Open jackyko1991 opened 5 years ago

jackyko1991 commented 5 years ago

I am a frequent markdown user and currently start to use vim as my text editor.

I have try you plugin but find some code block highlighting cannot correctly detect the language name.

vim markdown

hope this bug can be fixed soon

mathymess commented 3 years ago

Red background in your screenshot is due to vim spellchecking, which this plugin turns on automatically. To disable automatic spellchecking, add

let g:markdown_enable_spell_checking = 0

to your .vimrc.