Migrate '.vim/ftdetect/prolog' to neovim

This commit is contained in:
2025-10-20 23:57:01 +02:00
parent f3188f7b4b
commit 128ae8ed1e
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -7,5 +7,6 @@ vim.filetype.add({
[".*/%.vscode/.*%.json"] = "jsonc",
[".*/%.ssh/config%.d/.*"] = "sshconfig",
["%.env.*"] = "dotenv",
["%.pl$"] = "prolog",
},
})
-1
View File
@@ -1 +0,0 @@
autocmd BufNewFile,BufReadPost *.pl set filetype=prolog