Migrate '.vim/ftdetect/prolog' to neovim

This commit is contained in:
2025-10-19 20:35:00 +02:00
parent e29326a34b
commit 662213d8c6
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",
},
})