diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ extract() { output "${subdirs##, })"$'\n' - if (echo "julia coffee-script elixir fish git plantuml scala swift jinja mdx" | grep -qF "$name"); then + if (echo "julia coffee-script elixir fish git plantuml scala swift jinja" | grep -qF "$name"); then echo "Skipping ftdetect installation of $name" >&2 continue fi |