Skip to content

Commit

Permalink
filetype: Set "groovy" for Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gjabell authored and martanne committed Apr 20, 2021
1 parent bcde0a7 commit 1a958f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/filetype.lua
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ vis.ftdetect.filetypes = {
ext = { "%.go$" },
},
groovy = {
ext = { "%.groovy$", "%.gvy$" },
ext = { "%.groovy$", "%.gvy$", "^Jenkinsfile$" },
},
gtkrc = {
ext = { "%.gtkrc$" },
Expand Down

0 comments on commit 1a958f2

Please sign in to comment.