/ncm2-markdown-subscope

fenced code block detection in markdown files for ncm2

Primary LanguagePythonMIT LicenseMIT

ncm2-markdown-subscope

Language-specific completion for markdown fenced code blocks.

Config

Completion will be enabled for the languages specified in

g:markdown_fenced_languages

if using tpope's vim-markdown plugin, or

g:vim_markdown_fenced_languages

if using plasticboy's vim-markdown.

g:ncm2_markdown_subscope#filetypes

Defaults to ['markdown'].

A list of filetypes that the plugin should work for. This is useful if you have files that have an e.g. vimwiki.markdown filetype.