kbom files as xml

This commit is contained in:
Alex Yatskov 2024-01-26 10:00:23 -08:00
parent 06fd9d8a35
commit 87208d043f

View File

@ -5,7 +5,7 @@ vim.api.nvim_create_autocmd({'BufRead', 'BufNewFile'}, {
)
vim.api.nvim_create_autocmd({'BufRead', 'BufNewFile'}, {
pattern = '*.man',
pattern = {'*.man', '*.kbom'},
command = 'set filetype=xml'
}
)