From 45c1923f43f2bb2e626fe910654d4395a0e50a04 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 1 Sep 2020 16:02:38 +0200 Subject: Add sql support for javascript --- scripts/build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/build') diff --git a/scripts/build b/scripts/build index 2e596d52..384c8423 100755 --- a/scripts/build +++ b/scripts/build @@ -391,6 +391,9 @@ def generate_ftdetect(packages, heuristics) " Enable jsx syntax by default call s:SetDefault('g:jsx_ext_required', 0) + " Needed for sql highlighting + call s:SetDefault('g:javascript_sql_dialect', 'sql') + " Make csv loading faster call s:SetDefault('g:csv_start', 1) call s:SetDefault('g:csv_end', 2) -- cgit v1.2.3