Add mdx support, closes #342

This commit is contained in:
Adam Stankiewicz
2019-03-04 11:33:35 +01:00
parent fc272a0aa2
commit b69fbad1af
5 changed files with 55 additions and 2 deletions

3
build
View File

@@ -63,7 +63,7 @@ extract() {
output "${subdirs##, })"$'\n'
if (echo "julia coffee-script elixir fish git plantuml scala swift jinja" | grep -qF "$name"); then
if (echo "julia coffee-script elixir fish git plantuml scala swift jinja mdx" | grep -qF "$name"); then
echo "Skipping ftdetect installation of $name" >&2
continue
fi
@@ -217,6 +217,7 @@ PACKS="
mako:sophacles/vim-bundle-mako
markdown:plasticboy/vim-markdown:_SYNTAX
mathematica:rsmenon/vim-mathematica
mdx:jxnblk/vim-mdx-js
meson:mesonbuild/meson:_ALL:/data/syntax-highlighting/vim/
moonscript:leafo/moonscript-vim
nginx:chr4/nginx.vim