1
0
forked from aniani/vim

patch 8.2.3283: Julia filetype is not recognized

Problem:    Julia filetype is not recognized
Solution:   Add filetype detection. (Christian Clason, closes #8700)
This commit is contained in:
Christian Clason
2021-08-04 17:03:59 +02:00
committed by Bram Moolenaar
parent 41a3485dd6
commit 0eec851942
3 changed files with 7 additions and 0 deletions

View File

@@ -874,6 +874,9 @@ au BufNewFile,BufRead *.ipynb setf json
" JSONC
au BufNewFile,BufRead *.jsonc setf jsonc
" Julia
au BufNewFile,BufRead *.jl setf julia
" Kixtart
au BufNewFile,BufRead *.kix setf kix