From d1e95cbc98805f82024b318d8fd52e931a3aeae2 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 11 Jun 2015 17:02:51 +0200 Subject: Add julia and ragel syntax --- ftdetect/polyglot.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ftdetect') 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 -- cgit v1.2.3