commit 2fccb78c34adbe0b85c65dae3a1133a3d76e31e4 parent 18b7d18ead19f2136df2db08533eb5cd8cad2601 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Fri, 7 Jun 2019 14:33:36 +0200 Detect .jl files as julia Diffstat:
A | .vim/ftdetect/julia.vim | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.vim/ftdetect/julia.vim b/.vim/ftdetect/julia.vim @@ -0,0 +1,4 @@ +" treat .jl files as gnuplot +augroup julia_identify + autocmd! BufNewFile,BufRead *.jl setlocal ft=julia +augroup END