mzlogin / vim-markdown-toc

A vim 7.4+ plugin to generate table of contents for Markdown files.
http://www.vim.org/scripts/script.php?script_id=5460
MIT License
609 stars 59 forks source link

add mdx to acceptable file types #61

Closed talkingtab closed 4 years ago

talkingtab commented 4 years ago

MDX files are used by mdxjs to designate files that possibly contain JSX and which are then processed. This change allows vim-markdown-toc to work with that extension. I tested this and it worked without problem.

mzlogin commented 4 years ago

merged, thx!

talkingtab commented 4 years ago

Thank you!