Use 'dockerfile' filetype for 'containerfiles'

main
Hektor Misplon 2025-11-04 14:36:28 +01:00
parent 4d1b84db3c
commit f83d453320
1 changed files with 1 additions and 0 deletions

View File

@ -8,5 +8,6 @@ vim.filetype.add({
[".*/%.ssh/config%.d/.*"] = "sshconfig",
["%.env.*"] = "dotenv",
["%.pl$"] = "prolog",
[".*.containerfile.*"] = "dockerfile",
},
})