Migrate '.vim/ftdetect/prolog' to neovim

main
Hektor Misplon 2025-10-19 20:35:00 +02:00
parent f3188f7b4b
commit 128ae8ed1e
2 changed files with 1 additions and 1 deletions

View File

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

View File

@ -1 +0,0 @@
autocmd BufNewFile,BufReadPost *.pl set filetype=prolog