We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 909c0e5 + 9497be6 commit 8e5d86fCopy full SHA for 8e5d86f
ftplugin/markdown.vim
@@ -789,7 +789,6 @@ function! s:MarkdownHighlightSources(force)
789
let filetypes = {}
790
for line in getline(1, '$')
791
let ft = matchstr(line, '```\s*\zs[0-9A-Za-z_+-]*\ze.*')
792
- echom ft
793
if !empty(ft) && ft !~ '^\d*$' | let filetypes[ft] = 1 | endif
794
endfor
795
if !exists('b:mkd_known_filetypes')
0 commit comments