mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:9.0.0952: Eclipse preference files are not recognized (#21199)
Problem: Eclipse preference files are not recognized.
Solution: Add a pattern to use "jproperties" for Eclipse preference files.
(closes vim/vim#11618)
f3f198b634
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
@@ -1909,6 +1909,7 @@ local pattern = {
|
||||
['Prl.*%..*'] = starsetf('jam'),
|
||||
['.*%.properties_..'] = 'jproperties',
|
||||
['.*%.properties_.._..'] = 'jproperties',
|
||||
['org%.eclipse%..*%.prefs'] = 'jproperties',
|
||||
['.*%.properties_.._.._.*'] = starsetf('jproperties'),
|
||||
['Kconfig%..*'] = starsetf('kconfig'),
|
||||
['.*%.[Ss][Uu][Bb]'] = 'krl',
|
||||
|
||||
Reference in New Issue
Block a user