mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2025-12-31 05:42:30 +00:00
6 lines
58 B
Lua
6 lines
58 B
Lua
vim.filetype.add({
|
|
extension = {
|
|
pl = "prolog",
|
|
},
|
|
})
|