comparison src/testdir/test_filetype.vim @ 31237:5bdf73161e65 v9.0.0952

patch 9.0.0952: Eclipse preference files are not recognized Commit: https://github.com/vim/vim/commit/f3f198b6349fe252b72975701e2f17d932b19c70 Author: ObserverOfTime <chronobserver@disroot.org> Date: Sat Nov 26 13:03:20 2022 +0000 patch 9.0.0952: Eclipse preference files are not recognized Problem: Eclipse preference files are not recognized. Solution: Add a pattern to use "jproperties" for Eclipse preference files. (closes #11618)
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Nov 2022 14:15:04 +0100
parents e651c7a29c87
children abb9d25924d8
comparison
equal deleted inserted replaced
31236:c5c19125df73 31237:5bdf73161e65
284 \ 'javascript.glimmer': ['file.gjs'], 284 \ 'javascript.glimmer': ['file.gjs'],
285 \ 'javascriptreact': ['file.jsx'], 285 \ 'javascriptreact': ['file.jsx'],
286 \ 'jess': ['file.clp'], 286 \ 'jess': ['file.clp'],
287 \ 'jgraph': ['file.jgr'], 287 \ 'jgraph': ['file.jgr'],
288 \ 'jovial': ['file.jov', 'file.j73', 'file.jovial'], 288 \ 'jovial': ['file.jov', 'file.j73', 'file.jovial'],
289 \ 'jproperties': ['file.properties', 'file.properties_xx', 'file.properties_xx_xx', 'some.properties_xx_xx_file'], 289 \ 'jproperties': ['file.properties', 'file.properties_xx', 'file.properties_xx_xx', 'some.properties_xx_xx_file', 'org.eclipse.xyz.prefs'],
290 \ 'json': ['file.json', 'file.jsonp', 'file.json-patch', 'file.webmanifest', 'Pipfile.lock', 'file.ipynb', '.babelrc', '.eslintrc', '.prettierrc', '.firebaserc', 'file.slnf'], 290 \ 'json': ['file.json', 'file.jsonp', 'file.json-patch', 'file.webmanifest', 'Pipfile.lock', 'file.ipynb', '.babelrc', '.eslintrc', '.prettierrc', '.firebaserc', 'file.slnf'],
291 \ 'json5': ['file.json5'], 291 \ 'json5': ['file.json5'],
292 \ 'jsonc': ['file.jsonc'], 292 \ 'jsonc': ['file.jsonc'],
293 \ 'jsonnet': ['file.jsonnet', 'file.libsonnet'], 293 \ 'jsonnet': ['file.jsonnet', 'file.libsonnet'],
294 \ 'jsp': ['file.jsp'], 294 \ 'jsp': ['file.jsp'],