From 271b63d71707720ad0d35590b8cb50f8f8f43014 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 11 May 2015 15:05:13 +0200 Subject: Update --- syntax/jst.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'syntax/jst.vim') diff --git a/syntax/jst.vim b/syntax/jst.vim index ea95878b..8c43c525 100644 --- a/syntax/jst.vim +++ b/syntax/jst.vim @@ -26,6 +26,8 @@ elseif !exists("b:jst_subtype") && main_syntax == 'jst' let b:jst_subtype = 'html' elseif b:jst_subtype == 'ect' let b:jst_subtype = 'html' + elseif b:jst_subtype == 'djs' + let b:jst_subtype = 'html' elseif b:jst_subtype == 'rb' let b:jst_subtype = 'ruby' elseif b:jst_subtype == 'yml' -- cgit v1.2.3