vim-patch:9.0.1467: Jenkinsfiles are not recognized as groovy (#23195)

Problem:    Jenkinsfiles are not recognized as groovy.
Solution:   Add a pattern for Jenkinsfiles. (closes vim/vim#12236)

142ffb024d

Co-authored-by: dundargoc <gocdundar@gmail.com>
This commit is contained in:
Christian Clason
2023-04-19 10:19:33 +02:00
committed by GitHub
parent 6d9f5b6bf0
commit cff02e993d
2 changed files with 2 additions and 1 deletions

View File

@@ -1469,6 +1469,7 @@ local filename = {
['.gprc'] = 'gp',
['/.gnupg/gpg.conf'] = 'gpg',
['/.gnupg/options'] = 'gpg',
['Jenkinsfile'] = 'groovy',
['/var/backups/gshadow.bak'] = 'group',
['/etc/gshadow'] = 'group',
['/etc/group-'] = 'group',