mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 14:25:32 +00:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user