summaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2015-06-11 17:02:51 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2015-06-11 17:02:51 +0200
commitd1e95cbc98805f82024b318d8fd52e931a3aeae2 (patch)
tree01aea78f2c57c94bf9c3b39bc604f86c6cb78bf7 /ftdetect
parent7ffa793f199f457beac69fe4412734bd28dc0bbf (diff)
downloadvim-polyglot-1.14.0.tar.gz
vim-polyglot-1.14.0.zip
Add julia and ragel syntaxv1.14.0
Diffstat (limited to 'ftdetect')
-rw-r--r--ftdetect/polyglot.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim
index e687fb8e..d55b5428 100644
--- a/ftdetect/polyglot.vim
+++ b/ftdetect/polyglot.vim
@@ -83,6 +83,8 @@ au BufNewFile,BufRead *.jst set filetype=jst
au BufNewFile,BufRead *.djs set filetype=jst
au BufNewFile,BufRead *.hamljs set filetype=jst
au BufNewFile,BufRead *.ect set filetype=jst
+au BufRead,BufNewFile *.jl let b:undo_ftplugin = "setlocal comments< define< formatoptions< iskeyword< lisp<"
+au BufRead,BufNewFile *.jl set filetype=julia
autocmd BufNewFile,BufRead *.less setf less
au BufNewFile,BufRead *.liquid set ft=liquid
au BufNewFile,BufRead */_layouts/*.html,*/_includes/*.html set ft=liquid