comparison src/testdir/test_filetype.vim @ 26702:1ef0c9a92168 v8.2.3880

patch 8.2.3880: Solution filter files are not recognized Commit: https://github.com/vim/vim/commit/70a120b72b2b48800f881725c58241cd170893f8 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 24 11:33:56 2021 +0000 patch 8.2.3880: Solution filter files are not recognized Problem: Solution filter files are not recognized. Solution: Add pattern *.slnf and use json. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 Dec 2021 12:45:03 +0100
parents 4b8d0a62f78b
children c271b07a56f6
comparison
equal deleted inserted replaced
26701:106c91772c55 26702:1ef0c9a92168
261 \ 'javascriptreact': ['file.jsx'], 261 \ 'javascriptreact': ['file.jsx'],
262 \ 'jess': ['file.clp'], 262 \ 'jess': ['file.clp'],
263 \ 'jgraph': ['file.jgr'], 263 \ 'jgraph': ['file.jgr'],
264 \ 'jovial': ['file.jov', 'file.j73', 'file.jovial'], 264 \ 'jovial': ['file.jov', 'file.j73', 'file.jovial'],
265 \ 'jproperties': ['file.properties', 'file.properties_xx', 'file.properties_xx_xx', 'some.properties_xx_xx_file'], 265 \ 'jproperties': ['file.properties', 'file.properties_xx', 'file.properties_xx_xx', 'some.properties_xx_xx_file'],
266 \ 'json': ['file.json', 'file.jsonp', 'file.json-patch', 'file.webmanifest', 'Pipfile.lock', 'file.ipynb', '.babelrc', '.eslintrc', '.prettierrc', '.firebaserc'], 266 \ 'json': ['file.json', 'file.jsonp', 'file.json-patch', 'file.webmanifest', 'Pipfile.lock', 'file.ipynb', '.babelrc', '.eslintrc', '.prettierrc', '.firebaserc', 'file.slnf'],
267 \ 'jsonc': ['file.jsonc'], 267 \ 'jsonc': ['file.jsonc'],
268 \ 'jsp': ['file.jsp'], 268 \ 'jsp': ['file.jsp'],
269 \ 'julia': ['file.jl'], 269 \ 'julia': ['file.jl'],
270 \ 'kconfig': ['Kconfig', 'Kconfig.debug', 'Kconfig.file'], 270 \ 'kconfig': ['Kconfig', 'Kconfig.debug', 'Kconfig.file'],
271 \ 'kivy': ['file.kv'], 271 \ 'kivy': ['file.kv'],