diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-14 11:38:54 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2013-09-14 11:38:54 +0200 |
commit | f0d869aea78030c6f802013a108678dd98e82378 (patch) | |
tree | a4246dcd888ff19c563ea62b2df04b1b8581f29b /ftdetect | |
parent | 96e9c416ae940753b57891b9852cfd834f9bd191 (diff) | |
download | vim-polyglot-f0d869aea78030c6f802013a108678dd98e82378.tar.gz vim-polyglot-f0d869aea78030c6f802013a108678dd98e82378.zip |
Add jade template syntax support, closes #2
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/jade.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftdetect/jade.vim b/ftdetect/jade.vim new file mode 100644 index 00000000..c21dcff7 --- /dev/null +++ b/ftdetect/jade.vim @@ -0,0 +1,2 @@ +" Jade +autocmd BufNewFile,BufReadPost *.jade set filetype=jade |