summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2019-03-04 11:33:35 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2019-03-04 11:33:35 +0100
commitb69fbad1af47d632fd5f6d289afb8429c5e8618d (patch)
treec9df735673a9a9327c7524cd57d65c64c1bdad09 /build
parentfc272a0aa272b0cd8f292baf64b9ee34a1f48b12 (diff)
downloadvim-polyglot-b69fbad1af47d632fd5f6d289afb8429c5e8618d.tar.gz
vim-polyglot-b69fbad1af47d632fd5f6d289afb8429c5e8618d.zip
Add mdx support, closes #342
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index 387dd2e3..c661e0b7 100755
--- a/build
+++ b/build
@@ -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