" Vim support file to detect file types
"
" Maintainer: The Vim Project <https://github.com/vim/vim>
-" Last Change: 2025 Mar 12
+" Last Change: 2025 Mar 18
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
" Listen very carefully, I will say this only once
au BufNewFile,BufRead {.,}tmux*.conf setf tmux
" TOML
-au BufNewFile,BufRead *.toml setf toml
+au BufNewFile,BufRead *.toml,uv.lock setf toml
" TPP - Text Presentation Program
au BufNewFile,BufRead *.tpp setf tpp
tla: ['file.tla'],
tli: ['file.tli'],
tmux: ['tmuxfile.conf', '.tmuxfile.conf', '.tmux-file.conf', '.tmux.conf', 'tmux-file.conf', 'tmux.conf', 'tmux.conf.local'],
- toml: ['file.toml', 'Gopkg.lock', 'Pipfile', '/home/user/.cargo/config', '.black',
+ toml: ['file.toml', 'uv.lock', 'Gopkg.lock', 'Pipfile', '/home/user/.cargo/config', '.black',
'any/containers/containers.conf', 'any/containers/containers.conf.d/file.conf',
'any/containers/containers.conf.modules/file.conf', 'any/containers/containers.conf.modules/any/file.conf',
'any/containers/registries.conf', 'any/containers/registries.conf.d/file.conf',