vis

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

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

commit 29820b9899c06e8b825cfd739bce769397d18f27
parent 45d1105545a28ee97373d30afdcf53b17e71450e
Author: Galen Abell <galen@galenabell.com>
Date:   Tue,  6 Apr 2021 09:36:51 +0200

filetype: Set "groovy" for Jenkinsfile

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 @@ -176,7 +176,7 @@ vis.ftdetect.filetypes = { ext = { "%.go$" }, }, groovy = { - ext = { "%.groovy$", "%.gvy$" }, + ext = { "%.groovy$", "%.gvy$", "^Jenkinsfile$" }, }, gtkrc = { ext = { "%.gtkrc$" },