vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 23263ab8e4f8c32b840c4bb47e350dc3caa39418
parent e69a19943ba3feac32a971bf8dd96c90e25f22f5
Author: Karl Schultheisz <kdsch@protonmail.com>
Date:   Sun,  9 Feb 2020 19:18:28 -0500

filetype: add more Prolog filename extensions

Diffstat:
Mlua/plugins/filetype.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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$" },