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:
committed by
Bram Moolenaar
parent
41a3485dd6
commit
0eec851942
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user