From 96c5c20e418fa95b7137b6ef418946f25de91b1b Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 6 Feb 2018 11:16:48 +0800 Subject: Include indentation setting for markdown, fixes #270 --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build b/build index 36668e02..42a121db 100755 --- a/build +++ b/build @@ -5,7 +5,7 @@ set -E DIRS="syntax indent compiler autoload ftplugin after/syntax after/indent after/ftplugin" DIRS_BASIC="syntax compiler indent after/syntax after/indent" DIRS_ALL="syntax indent compiler autoload ftplugin after" -DIRS_SYNTAX="syntax after/syntax" +DIRS_SYNTAX="syntax indent after/syntax after/indent" DIRS_JAVASCRIPT="${DIRS} extras" DIRS_RM="$DIRS_JAVASCRIPT" -- cgit v1.2.3