runtime(just): Correct filetype detection pattern and style (#13284)

See https://github.com/vim/vim/pull/13271#discussion_r1347279686 and
https://github.com/NoahTheDuke/vim-just/blob/main/ftdetect/just.vim.

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
dundargoc
2023-10-05 20:11:55 +02:00
committed by GitHub
parent 9a00e7c7cf
commit b6d01f131c

View File

@ -1094,7 +1094,7 @@ au BufNewFile,BufRead *.jsonnet,*.libsonnet setf jsonnet
au BufNewFile,BufRead *.jl setf julia
" Just
autocmd BufNewFile,BufRead *[jJ]ustfile,.justfile,*.just setfiletype just
au BufNewFile,BufRead [jJ]ustfile,.justfile,*.just setf just
" KDL
au BufNewFile,BufRead *.kdl setf kdl