diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-05-11 15:05:13 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-05-11 15:05:13 +0200 |
commit | 271b63d71707720ad0d35590b8cb50f8f8f43014 (patch) | |
tree | 1b71daa457afc68465f66ee2afc9a00c1380f23d /syntax/jst.vim | |
parent | acd7ce59503b22ac7663fc25776efe25e266f1d4 (diff) | |
download | vim-polyglot-1.13.2.tar.gz vim-polyglot-1.13.2.zip |
Updatev1.13.2
Diffstat (limited to 'syntax/jst.vim')
-rw-r--r-- | syntax/jst.vim | 2 |
1 files changed, 2 insertions, 0 deletions
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' |