aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins
diff options
context:
space:
mode:
authorKarl Schultheisz <kdsch@protonmail.com>2020-02-09 19:18:28 -0500
committerKarl Schultheisz <kdsch@protonmail.com>2020-02-09 19:18:28 -0500
commit305bac1a0f9621f28a27a9665d87a7db3d32befc (patch)
tree03048121f60e1c8c7c32dc3880cefc7bbf9521a5 /lua/plugins
parentab3c6136638d026946e66e4822b2cd061611bac6 (diff)
downloadvis-305bac1a0f9621f28a27a9665d87a7db3d32befc.tar.gz
vis-305bac1a0f9621f28a27a9665d87a7db3d32befc.tar.xz
filetype: add more Prolog filename extensions
Diffstat (limited to 'lua/plugins')
-rw-r--r--lua/plugins/filetype.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua
index cff073a..d19797b 100644
--- a/lua/plugins/filetype.lua
+++ b/lua/plugins/filetype.lua
@@ -294,7 +294,7 @@ vis.ftdetect.filetypes = {
ext = { "%.ps1$" },
},
prolog = {
- ext = { "%.prolog$" },
+ ext = { "%.pl$", "%.pro$", "%.prolog$" },
},
props = {
ext = { "%.props$", "%.properties$" },