Migrate '.vim/ftdetect/prolog' to neovim
This commit is contained in:
@@ -7,5 +7,6 @@ vim.filetype.add({
|
|||||||
[".*/%.vscode/.*%.json"] = "jsonc",
|
[".*/%.vscode/.*%.json"] = "jsonc",
|
||||||
[".*/%.ssh/config%.d/.*"] = "sshconfig",
|
[".*/%.ssh/config%.d/.*"] = "sshconfig",
|
||||||
["%.env.*"] = "dotenv",
|
["%.env.*"] = "dotenv",
|
||||||
|
["%.pl$"] = "prolog",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
autocmd BufNewFile,BufReadPost *.pl set filetype=prolog
|
|
||||||
Reference in New Issue
Block a user