kbom files as xml
This commit is contained in:
parent
06fd9d8a35
commit
87208d043f
@ -5,7 +5,7 @@ vim.api.nvim_create_autocmd({'BufRead', 'BufNewFile'}, {
|
|||||||
)
|
)
|
||||||
|
|
||||||
vim.api.nvim_create_autocmd({'BufRead', 'BufNewFile'}, {
|
vim.api.nvim_create_autocmd({'BufRead', 'BufNewFile'}, {
|
||||||
pattern = '*.man',
|
pattern = {'*.man', '*.kbom'},
|
||||||
command = 'set filetype=xml'
|
command = 'set filetype=xml'
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user