diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2015-06-11 17:02:51 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2015-06-11 17:02:51 +0200 |
commit | d1e95cbc98805f82024b318d8fd52e931a3aeae2 (patch) | |
tree | 01aea78f2c57c94bf9c3b39bc604f86c6cb78bf7 /ftdetect/polyglot.vim | |
parent | 7ffa793f199f457beac69fe4412734bd28dc0bbf (diff) | |
download | vim-polyglot-1.14.0.tar.gz vim-polyglot-1.14.0.zip |
Add julia and ragel syntaxv1.14.0
Diffstat (limited to 'ftdetect/polyglot.vim')
-rw-r--r-- | ftdetect/polyglot.vim | 2 |
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 |