aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorGalen Abell <galen@galenabell.com>2021-04-06 09:36:51 +0200
committerMarc André Tanner <mat@brain-dump.org>2021-04-20 21:25:17 +0200
commit1a958f221404b09cb8b0612fb34301e6b9783cf9 (patch)
tree0b373cd628aed15dc54d0f923d1e46fee090edea /lua
parentbcde0a768c843049e3c2a4ca32be0ad91e533148 (diff)
downloadvis-1a958f221404b09cb8b0612fb34301e6b9783cf9.tar.gz
vis-1a958f221404b09cb8b0612fb34301e6b9783cf9.tar.xz
filetype: Set "groovy" for Jenkinsfile
Diffstat (limited to 'lua')
-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 bf80a89..3cd234e 100644
--- 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$" },