Use 'dockerfile' filetype for 'containerfiles'
parent
4d1b84db3c
commit
f83d453320
|
|
@ -8,5 +8,6 @@ vim.filetype.add({
|
|||
[".*/%.ssh/config%.d/.*"] = "sshconfig",
|
||||
["%.env.*"] = "dotenv",
|
||||
["%.pl$"] = "prolog",
|
||||
[".*.containerfile.*"] = "dockerfile",
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue