Skip to content

Commit b6d01f1

Browse files
authored
runtime(just): Correct filetype detection pattern and style (#13284)
See vim/vim#13271 (comment) and https://github.com/NoahTheDuke/vim-just/blob/main/ftdetect/just.vim. Signed-off-by: Christian Brabandt <[email protected]>
1 parent 9a00e7c commit b6d01f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/filetype.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ au BufNewFile,BufRead *.jsonnet,*.libsonnet setf jsonnet
10941094
au BufNewFile,BufRead *.jl setf julia
10951095

10961096
" Just
1097-
autocmd BufNewFile,BufRead *[jJ]ustfile,.justfile,*.just setfiletype just
1097+
au BufNewFile,BufRead [jJ]ustfile,.justfile,*.just setf just
10981098

10991099
" KDL
11001100
au BufNewFile,BufRead *.kdl setf kdl

0 commit comments

Comments
 (0)